Open
Description
I'm not seeing the default config
files being created when I start the image. I'm not seeing any permissions issues so I don't think anything is wrong there.
This is using latest
and the following command on Mac OSX
sudo docker run -d \
--network=host \
-p 34197:34197/udp \
-p 27015:27015/tcp \
-v /opt/factorio:/factorio \
--name factorio \
--restart=always \
factoriotools/factorio
/opt/factorio $ ls -halt
total 8
-rw-r--r-- 1 root 845 184B 8 Dec 17:14 start.sh
drwxr-xr-x 3 845 845 96B 8 Dec 17:14 .
drwxr-xr-x 3 root wheel 96B 8 Dec 17:09 ..