I attempted to make a container that could upgrade so this does require persistant storage.
The docker on first run will download the same version as tagged of OceanBlock and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish.
After the first run it will simply start the server.
- /data mounted to a persistent disk
- Make sure that the EULA is set to
true
These environment variables can be set at run time to override their defaults.
- JVM_OPTS "-Xms2048m -Xmx2048m"
- MOTD "A Minecraft (FTB OceanBlock 1.9.0) Server Powered by Docker"
- LEVEL world
Set the enviroment variable OPS
with a comma separated list of players.
example:
OPS="OpPlayer1,OpPlayer2"
Github: https://github.com/Goobaroo/docker-ftbOceanBlock Docker: https://hub.docker.com/repository/docker/goobaroo/ftboceanblock