log example

This commit is contained in:
David Andersen 2016-10-26 14:42:44 -07:00
parent 390c76906b
commit 2b63d0ef0e

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