Q. Which of the following commands is used to start an existing Docker container?
β
Correct Answer: (A)
docker start
Explanation: The 'docker start' command is used to start an existing Docker container.