refactor(docs): add docker debug command

This commit is contained in:
Tomás
2015-08-30 18:13:23 +01:00
parent 5f773003f8
commit 6e08611bcb
+6 -1
View File
@@ -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