A Minecraft Spigot server in Docker https://github.com/pierre-emmanuelJ/spigot-docker
952
https://github.com/pierre-emmanuelJ/spigot-docker
A Minecraft Spigot Docker image to run Spigot with your own server files very easily.
create a directory (e.g server-example), put your eula.txtand server.properties files inside.
If you build the image you can choose the Spigot version by setting SPIGOT_REV in Makefile
and Java Xmx and Xms flags value.
$docker run -p 25565:25565 -v $PWD/server-example:/spigot_server pierro777/spigot:latest
All server files are now in the server-example directory.
Create a directory data, put your eula.txtand server.properties files inside.
In .env you can set Java Xmx and Xms flags value.
If you build the image you can choose the Spigot version by setting SPIGOT_REV
$docker-compose up -d
Enjoy!
Content type
Image
Digest
Size
252.2 MB
Last updated
over 6 years ago
docker pull pierro777/spigot