Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvisee/docker-compose-factorio-server
:whale: A simple Docker container to deploy a Factorio headless server.
https://github.com/timvisee/docker-compose-factorio-server
docker docker-composer factorio factorio-headless-server
Last synced: 11 days ago
JSON representation
:whale: A simple Docker container to deploy a Factorio headless server.
- Host: GitHub
- URL: https://github.com/timvisee/docker-compose-factorio-server
- Owner: timvisee
- License: gpl-3.0
- Created: 2017-05-09T18:00:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T21:55:11.000Z (over 7 years ago)
- Last Synced: 2024-11-15T03:28:27.414Z (2 months ago)
- Topics: docker, docker-composer, factorio, factorio-headless-server
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factorio headless server in Docker
Some helpful scripts to easily get a Factorio headless server up and running
inside a Docker container.This project deploys the the Factorio headless server found on Factorio's website.
Docker-compose is used to easily manage container configurations.## Requirements
* Linux operating system
* Docker
* Docker composer## Usage
* Clone repository (`git clone https://github.com/timvisee/docker-compose-factorio-server.git; cd docker-compose-factorio-server`)
* Build the container (`./build`)
* Start the container (`./start`)To stop the container, use the `./stop` script.
## License
This project is released under the GNU GPL-3.0 license. Check out the [LICENSE](LICENSE) file for more information.