Start a container shell in Docker

For manipulation of Docker Container the container shell can be used. To enter the interactive container shell you have to use the command:

docker exec -t -i containerName /bin/bash

Leave a Reply

Your email address will not be published. Required fields are marked *