updated readme
This commit is contained in:
parent
ec163f1550
commit
6317a939cd
1 changed files with 6 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue