Docker: ssh into container
Jump to navigation
Jump to search
- docker exec -it <container name> /bin/bash
Although its possible to ssh into a container, the container paradigm is to have lightweight and self-managed containers. This means troubleshooting via ssh is not encouraged.