| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is a historical mirror of the original Dockette Factorio desktop image. It is not actively maintained as a current Dockette image, and no dockette/factorio Docker Hub image is published for new deployments.
The maintained image for this lineage lives at dockergames/factorio. The old scripts in this repository still reference that namespace for archive purposes.
Base container is based on debian sid. Some additional libraries are downloaded for running this game.
Here you can find more information about how to run X server in docker containers.
http://wiki.ros.org/docker/Tutorials/GUI
# download startup script
wget https://raw.githubusercontent.com/dockergames/factorio/master/bin/run -O factorio
# run script
sh factorio
# and see usage..This repo contains a starter bash script, which is located in /bin folder.
Usage: run [-p | -s | -t] <folder> [-h]
Run factorio in isolated docker container.
Options:
-h Display this help and exit.
-p <folder> Portable mode. Folder points to your custom data dir.
-s <folder> Sources mode. Folder points to factorio root dir.
-t Temporary mode (no volumes).If you want to download a fresh installation of game a just started. You should pick this mode.
If you have your factorio game already downloaded. Just pick this mode.
Just start game one-time. There will be no stored data after exit.
That's all. I've tested this container on multipl linux machines.
If you will have a troubles with it, please open issue ticket.
Thanks Felix.
See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.
| Back | FazBrowse Home | New Git URL |