Sign inSign up

gm8app/clusterio

By gm8app

Updated about 8 years ago

https://gm8.app Factorio Clusterio Docker image

Image
0

904

gm8app/clusterio repository overview

Factorio Clusterio Docker image by https://gm8.app

This is a fork of the original factorio clusterio docker image, and is built such that config should be edited immediately after deployment.

Running a Master:

docker run --name [docker master name] -e MODE=master -p 13371:8080 -d -it --restart=unless-stopped gm8app/clusterio:latest

Running a Client:

docker run --name [docker client name] -e MODE=client -e INSTANCE=client0 -p 13372:34167 -d -it --restart=unless-stopped gm8app/clusterio:latest

** remember if running both of the above on the same server, docker will require you either connect both to a docker network, or set masterIP as the local docker ip of the master container **

Following the above, copy the master auth token/secret from the master server volume /secret-api-token.txt and add it to the client, then simply restart the docker container.

Good luck!

If you need more information, feel free to join our discord:

https://discord.gg/wAFHqGn

Tag summary

Content type

Image

Digest

Size

401 MB

Last updated

about 8 years ago

docker pull gm8app/clusterio