updated readme

This commit is contained in:
bsod 2017-03-10 01:05:46 +01:00
parent ec163f1550
commit 6317a939cd

View file

@ -1,13 +1,17 @@
## spigot server ## spigot server
spigot server spigot server
### Building bukkit-server ### Building spigot-server container
``` ```
docker build -t zombi/spigot-server . docker build -t zombi/spigot-server .
``` ```
### Running bukkit-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 \ docker run -it -d \