Q. Which of the following Docker commands is used to restart a container?
β
Correct Answer: (A)
docker restart container_name
Explanation: 'docker restart container_name' is used to restart a running container.