1. Logs and monitoring
You can view logs of a container by
1 | docker logs [container_name] |
And you can monitor output from a container by
1 | docker logs -f [container_name] |
2. Open a shell in the container
If you want to quickly dive into the container,