Q. Which command is used to create a Docker network?

  • (A) docker network create
  • (B) docker create network
  • (C) docker net add
  • (D) docker network add
πŸ’¬ Discuss
βœ… Correct Answer: (A) docker network create
Explanation: The 'docker network create' command is used to create a new Docker network. For example, 'docker network create my_network'.
Explanation by: Shiva Ram
The 'docker network create' command is used to create a new Docker network. For example, 'docker network create my_network'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
133
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
85%
Success Rate