Sign inSign up

d4v1d31/minecraft

By d4v1d31

Updated over 8 years ago

Minecraft Server based on Spigot and Alpine-Image

Image
0

1.4K

d4v1d31/minecraft repository overview

Minecraft Docker Container

All you need to build a docker container based on alpine linux and spigot to provide a mincraft server.

First Run

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.

Tag summary

Content type

Image

Digest

Size

591.7 MB

Last updated

over 8 years ago

docker pull d4v1d31/minecraft