From 2b63d0ef0eba8587bbd245d5ae0265f21847d0d6 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