Xalaxis / FTBOmnia-Docker

A Docker container that runs the FTB Omnia modpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTBOmnia-Docker

Docker Cloud Automated build Docker Cloud Build Status Docker Image Size (latest by date)

A Docker container that runs the FTB Omnia modpack.

It automatically downloads the Creeperhost modpack installer, configures it to download the requested version and then executes it. Afterwards it starts the server using the recommended configuration of 4GB of RAM.

This container has -Dfml.queryResult=confirm set, which means that in the event of any mod removals between versions the change will be silently accepted.

Images are available on Docker at wolfrazu/ftb-omnia. For specific versions, use set the environment variable VERSION to whichever version of the pack you want:

Example versions

  • LATEST (Automatically download the latest version available) - Default
  • 50 = 1.3.0
  • 48 = 1.2.0
  • 46 = 1.1.0

This is my first public container, so if you have any suggestions feel free to submit a pull request or issue :)

About

A Docker container that runs the FTB Omnia modpack


Languages

Language:Shell 78.1%Language:Dockerfile 21.9%