Q. Which command is used to start a stopped Docker container?

  • (A) docker start
  • (B) docker run
  • (C) docker launch
  • (D) docker restart
πŸ’¬ Discuss
βœ… Correct Answer: (A) docker start
Explanation: The 'docker start' command is used to start a stopped container. Use 'docker start <container_id>' to start a specific container.
Explanation by: Vikash Gupta
The 'docker start' command is used to start a stopped container. Use 'docker start <container_id>' to start a specific container.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
217
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
80%
Success Rate