update readme with command to view logs
This commit is contained in:
parent
1dc8b06537
commit
f8e4b797e5
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ Note: there is no security preventing someone from viewing this page if they hap
|
|||
|
||||
```docker ps```
|
||||
|
||||
### View container log
|
||||
|
||||
```docker logs flask_app```
|
||||
|
||||
### Start a shell in a docker container
|
||||
|
||||
```docker exec -i -t CONTAINER_ID /bin/bash```
|
||||
|
|
Loading…
Add table
Reference in a new issue