log example

This commit is contained in:
David Andersen 2016-10-26 14:42:44 -07:00
parent 552520136d
commit 0ac68ac31a

View File

@ -98,7 +98,7 @@ docker start factorio
Sometimes it's useful to see the logs of a running container:
```
docker exec -it factorio tail -f /opt/factorio/factorio-current.log
docker logs factorio
```
# Credits