Q. What does the 'docker exec -it container_name /bin/sh' command do?
β
Correct Answer: (B)
Executes a bash shell inside a running container
Explanation: 'docker exec -it container_name /bin/sh' opens an interactive shell inside the specified container.