Docker Docker¶ Run bash in running container¶ Run this to get container IDs: docker ps Then run this to execute a shell inside the running container: docker exec -it containerid bash