update readme with command to view logs

This commit is contained in:
Kyle Gabriel 2021-04-25 17:10:27 -04:00
parent 1dc8b06537
commit f8e4b797e5

View file

@ -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```