πŸ“Š Docker
Q. How do you create a Docker config?
  • (A) docker config create <name> <file>
  • (B) docker config add <name> <value>
  • (C) docker create config <name> <file>
  • (D) docker-compose config create <name> <file>
πŸ’¬ Discuss
βœ… Correct Answer: (A) docker config create <name> <file>

Explanation: The correct syntax to create a Docker config is `docker config create <name> <file>`.

Explanation by: Mr. Dubey
The correct syntax to create a Docker config is `docker config create <name> <file>`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
137
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate