factorio-docker/0.15
rullie 7a276adb3c
Allowing non-root user to run factorio
When starting the container with `docker run -d -u $(id -u factorio):$(id -g factorio) ...`, permission is denied upon trying to create `/opt/factorio/.lock` file.
This permission tweak will allow caller to pass desired user from host to container such that the permissions are retained correctly when games are saved to the mount.

Also, it just feels wrong to run factorio as root, container or not.  :)
2017-12-06 15:46:45 -05:00
..
docker-compose.yml added docker-compose.yml 2017-05-17 17:14:01 +00:00
docker-entrypoint.sh Fix permissions in #85 2017-11-29 23:05:43 -05:00
Dockerfile Allowing non-root user to run factorio 2017-12-06 15:46:45 -05:00