Q. Which command is used to create a custom bridge network?

  • (A) docker bridge create
  • (B) docker create network
  • (C) docker network create
  • (D) docker network init
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker network create
Explanation: `docker network create <name>` is used to create a custom bridge or other type of network.
Explanation by: Mr. Dubey
`docker network create <name>` is used to create a custom bridge or other type of network.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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