¶
View Container Logs
docker logs --tail 50 --follow <container name>
¶
Enter Container's bash shell
docker exec -it <mycontainer> bash