Skip to content

Instantly share code, notes, and snippets.

@xfalcox
Created June 15, 2018 00:24
Show Gist options
  • Save xfalcox/8a244915113390a97f3905d5be7ffd1d to your computer and use it in GitHub Desktop.
Save xfalcox/8a244915113390a97f3905d5be7ffd1d to your computer and use it in GitHub Desktop.
Factorio
wget -qO- https://get.docker.com/ | sh
mkdir -p /opt/factorio
chown 845:845 /opt/factorio
docker run -d -p 34197:34197/udp -p 27015:27015/tcp -v /opt/factorio:/factorio --name factorio --restart=always dtandersen/factorio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment