From 6e08611bcbd8a315f9da1ecd40f2ec874641922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s?= Date: Sun, 30 Aug 2015 18:13:23 +0100 Subject: [PATCH] refactor(docs): add docker debug command --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb15386..c30ad31 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,12 @@ docker pull h2non/imaginary Start the container with optional flags (default listening on port 9000) ``` -docker run -t h2non/imaginary -cors -gzip +docker run h2non/imaginary -cors -gzip +``` + +Start the container in debug mode: +``` +docker run -e "DEBUG=*" h2non/imaginary ``` Enter to the interactive shell in a running container