πŸ“Š Docker
Q. Which of the following is a valid option for the 'docker run' command?
  • (A) -name
  • (B) -d
  • (C) --execute
  • (D) --detach
πŸ’¬ Discuss
βœ… Correct Answer: (B) -d

Explanation: The '-d' flag is used with 'docker run' to run the container in detached mode.

Explanation by: Admin
The '-d' flag is used with 'docker run' to run the container in detached mode.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
100
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
99%
Success Rate