Build context for a minimally sized Docker container for running a Minecraft server.
691
To become a hero to my children and, to a lesser extent, their friends. This will be accomplished by being able to run multiple minecraft servers.
This project was sponsored by my employer, StackEngine as part of the Docker 101 series of tutorials. If you would like details about how and why this container is constructed the way it is, see the supporting blog post
The run command below will get you the latest snapshot my kids have asked me to containerize.
docker run \
--detach \
--publish 25565:25565 \
--name minecraft_1.8.6 \
behemphi/docker-minecraft:latest
If the Docker command is unfamiliar to you, I recommend simply running a CoreOS cloud server at Digial Ocean. Docker is native to the CoreOS operating system and you will need only cut and past the command above to have it work.
Look for a blog on exactly this in the future.
MIT
Content type
Image
Digest
sha256:62bf9fb1d…
Size
-
Last updated
over 11 years ago
docker pull behemphi/docker-minecraft