This builds a SpongeVanilla container
docker pull tighek/spongevanilla
docker run -d --name sponge -p 25565:25565 -p 25565:25565/udp -t tighek/spongevanilla
attached to your sponge container.
docker run --name sponge_attach --volumes-from sponge -v /mountpoint:/mountpoint -i -t ubuntu /bin/bash
At the Linux prompt, your sponge's /srv/minecraft is available and you can copy into /mountpoint which maps to your local Linux /mountpoint
Content type
Image
Digest
Size
503.2 MB
Last updated
over 8 years ago
docker pull tighek/spongevanilla