Spigot minecraft server in a container
Go to file
Dave Pedu 60864c1020 Add new spigot version 2016-10-21 08:30:18 -07:00
Dockerfile Initial commit 2016-04-17 10:06:16 -07:00
README.md Initial commit 2016-04-17 10:06:16 -07:00
copyjars.sh Initial commit 2016-04-17 10:06:16 -07:00
eula.txt Initial commit 2016-04-17 10:06:16 -07:00
spigot-1.9.2.jar Initial commit 2016-04-17 10:06:16 -07:00
spigot-1.10.2.jar Add new spigot version 2016-10-21 08:30:18 -07:00
spigot.conf Initial commit 2016-04-17 10:06:16 -07:00
supervisor.conf Initial commit 2016-04-17 10:06:16 -07:00

README.md

docker-spigot

A setup for spigot within docker.

Currently minecraft 1.9.2.

Quick start

  • Clone: git clone ssh://git@gitlab.davepedu.com:222/dave/docker-spigot.git
  • Build: cd docker-nexus ; docker build -t spigot .
  • Run: docker run nexus

Persistence

Mount /srv/spigot/ to the host. This dir should be owned by UID 1000:

  • -v /host/path/data/:/srv/spigot/

Protips

  • Memory limit: -e MEMLIMIT=512m. Defaults to 1024m.