This Dockerfile always builds the latest version of spigot
docker pull buddyspencer/spigot
docker run \
--rm \
--name mc \
-e MEMORYSIZE='1G' \
-v /path/to/volume:/data:rw \
-p 25565:25565 \
-i buddyspencer/spigot:latest
docker attach mc
This container will be available for AMD64 and ARM64
Content type
Image
Digest
sha256:fb8a97967…
Size
153.9 MB
Last updated
about 19 hours ago
docker pull buddyspencer/spigot