Sign inSign up

audiohacked/ftb_cloud9

By audiohacked

Updated almost 10 years ago

FTB Presents Cloud 9 in a Docker Container

Image
0

10K+

audiohacked/ftb_cloud9 repository overview

Feed-The-Beast Cloud 9 (Minecraft 1.7.10) in a Docker Container

To pull the image:

docker pull audiohacked/ftb_cloud9:stable

Optional: Run data container:

docker run --name ftb_cloud9_data audiohacked/ftb_cloud9:stable true

Then, run the server container:

docker run --detach --interactive --tty \
    --name ftb_cloud9 \
    --volumes-from ftb_cloud9_data \
    -p 25565:25565 \
    -e EULA=TRUE \
    audiohacked/ftb_cloud9:stable

Tag summary

Content type

Image

Digest

Size

477.9 MB

Last updated

almost 10 years ago

docker pull audiohacked/ftb_cloud9