Minecraft Server based on Spigot and Alpine-Image
1.4K
All you need to build a docker container based on alpine linux and spigot to provide a mincraft server.
For the first successfull execution make a directory for the configuration and create a file to agree to Mojangs EULA.
mkdir config
echo eula=true > config/eula.txt
docker run -v $PWD/config:/minecraft/config -p 25565:25565 d4v1d31/minecraft
The configuration directory also stores the minecraft maps.
Content type
Image
Digest
Size
591.7 MB
Last updated
over 8 years ago
docker pull d4v1d31/minecraft