log example

This commit is contained in:
David Andersen
2016-10-26 14:42:44 -07:00
parent d52709ff0f
commit cf4d1cb218

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