log example

This commit is contained in:
David Andersen
2016-10-26 14:42:44 -07:00
parent 06e168f899
commit 7992ded59e

View File

@ -98,7 +98,7 @@ docker start factorio
Sometimes it's useful to see the logs of a running container: 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 # Credits