πŸ“Š Docker
Q. What does the 'docker exec' command do?
  • (A) Executes a command inside a running container
  • (B) Executes a new container
  • (C) Executes an image build
  • (D) Executes a Docker file
πŸ’¬ Discuss
βœ… Correct Answer: (A) Executes a command inside a running container

Explanation: 'docker exec' runs a command inside an already running container.

Explanation by: Rakesh Kumar
'docker exec' runs a command inside an already running container.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
173
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
82%
Success Rate