From 0ac68ac31a44460f39d393fb6bc26a157a1674a9 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Wed, 26 Oct 2016 14:42:44 -0700 Subject: [PATCH] log example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d7a9f..aee91f5 100644 --- a/README.md +++ b/README.md @@ -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