mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 11:17:23 +01:00
6 lines
118 B
Bash
6 lines
118 B
Bash
|
sudo docker run --rm -it \
|
||
|
-v /tmp/factorio:/factorio \
|
||
|
--name factorio \
|
||
|
factorio "$@"
|
||
|
find /tmp/factorio -type f
|