A

Admin • 828.03K Points
Coach

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>

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.