Sign inSign up

qmcgaw/spigot

By qmcgaw

Updated over 7 years ago

Lightweight container for a Spigot Minecraft server

Image
1

1.6K

qmcgaw/spigot repository overview

Spigot Docker

Lightweight Minecraft Spigot 1.14 server container

Spigot Docker

Docker Build Status

GitHub last commit GitHub commit activity GitHub issues

Docker Pulls Docker Stars Docker Automated

Image size Image version

Image sizeRAM usageCPU usage
117MB500MBMedium

Based on:

  • Alpine Linux 3.9
  • OpenJDK JRE 8

Setup

Spigot

Use the following command:

docker run -d --name=spigot -p 25565:25565/tcp \
-v ./spigot:/spigot -e ACCEPT_EULA=true qmcgaw/spigot

or use docker-compose.yml with:

docker-compose up -d

If you have existing server data, simply place it in ./spigot then launch the container.

Environment variables
  • ACCEPT_EULA is used to accept the SpigotMC EULA license (required to run the server)
  • JAVA_OPTS defaults to -Xms512m -Xmx1800m -XX:+UseConcMarkSweepGC and are options passed to Java to run the Spigot server

TODOs

  • Execute commands in server
  • Stop server gracefully
  • Healthcheck
  • Plugins

Other

I recommend using the Hibernate plugin for your Spigot Docker server

Hibernate plugin

Tag summary

Content type

Image

Digest

Size

82.5 MB

Last updated

over 7 years ago

docker pull qmcgaw/spigot