Q. Which of the following commands can be used to attach to a running Docker container?
β
Correct Answer: (A)
docker attach container_name
Explanation: 'docker attach container_name' allows you to attach to a running Docker container.