https://github.com/pboardman/minecraft-docker
Minecraft game server docker image.
https://github.com/pboardman/minecraft-docker
Last synced: over 1 year ago
JSON representation
Minecraft game server docker image.
- Host: GitHub
- URL: https://github.com/pboardman/minecraft-docker
- Owner: pboardman
- Created: 2016-08-23T20:04:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T20:14:45.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T18:50:10.903Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft server inside Docker
All of [Minecraft](https://minecraft.net/) data will be stored in /data
## How to run the image
build the image (or get it from [Docker Hub](https://hub.docker.com/u/lacsap/)) then mount the /data volume somewhere on your machine for example:
you can run the image with :
``` sudo docker run -d -p=25565:25565 -v=/mnt/minecraft:/data lacsap/minecraft ```
You can change the version and memory limit of the minecraft server with the VERSION and MEMORY ENV.