spooknik / docker-nomifactory

Minecraft Nomifactory in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This container will run an instance of Nomifactory server.

I forked this from Goobaroo who did a nice job on other Minecraft modpacks.

The docker on first run will download Nomifactory 1.2.2.1. After the first run it will simply start the server.

Requirements

  • /data mounted to a persistent disk
  • Make sure that the EULA is set to true

Options

These environment variables can be set at run time to override their defaults.

  • JVM_OPTS "-Xms2048m -Xmx2048m"
  • MOTD "A Minecraft (Nomifactory 1.2.2.1) Server Powered by Docker"
  • LEVEL world

Adding Minecraft Operators

Set the enviroment variable OPS with a comma separated list of players.

example: OPS="OpPlayer1,OpPlayer2"

Source

Github: https://github.com/Goobaroo/docker-ftbOceanBlock Docker: https://hub.docker.com/repository/docker/goobaroo/ftboceanblock

Credit

Nomifactory Team - The awesome mod pack Goobaroo - Previous work used as a template

About

Minecraft Nomifactory in Docker

License:MIT License


Languages

Language:Dockerfile 52.6%Language:Shell 47.4%