dave b35390dc53
All checks were successful
Gitea/docker-spigot/pipeline/head This commit looks good
bump to minecraft 1.20.4
2024-03-10 23:32:48 -07:00
2024-03-10 23:32:48 -07:00
2016-04-17 10:06:16 -07:00
2016-04-17 10:06:16 -07:00
2016-10-21 08:30:18 -07:00
2017-02-19 23:17:13 -08:00
2019-08-11 15:11:29 -07:00
2022-06-25 16:41:11 -07:00
2022-06-25 16:41:11 -07:00
2024-03-10 23:32:48 -07:00
2022-06-26 11:17:45 -07:00
2016-04-17 10:06:16 -07:00

docker-spigot

A setup for spigot within docker.

Currently minecraft 1.19.0.

Quick start

  • Clone: git clone ssh://git@git.davepedu.com:223/dave/docker-spigot.git
  • Build: cd docker-spigot ; docker build -t spigot .

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.
  • Send commands to the server console: $ echo "kick xMopx" > /srv/spigot/stdin
Description
Spigot minecraft server in a container
Readme
Languages
Dockerfile 54.5%
Shell 45.5%