Photo by Ian Taylor on UnsplashStarting Docker containersRudeboy AI·Jan 19, 2020·1 min readStart bash and inspect the state of a running container. Start a shell in a running Docker container. $ docker exec -it <container-id> /bin/bash Start the container and run the shell $ docker run --rm -ti <image>:<tag> DockerBash Share this