No description
Find a file
2019-07-07 15:23:30 +02:00
Dockerfile change Dockerfile to use the official openjdk image 2019-07-07 15:23:30 +02:00
README.md updated readme 2017-03-10 01:06:18 +01:00
start.sh fix formatting 2017-03-10 10:01:48 +01:00

spigot server

spigot server

Building spigot-server image

docker build -t zombi/spigot-server .

the spigot binaries are built on the first start of the container instance.

This might take a few minutes depending on the internet connection and computing power of the host system.

Running spigot-server

docker run -it -d \
 -v /data/minecraft/mc-server:/usr/games/mcserv \
 --name spigot-server \
 -p 25565:25565/udp \
 -p 25565:25565/tcp \
 zombi/spigot-server