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