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

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