Beginner Docker & Containers
Q31 / 100

What is the purpose of the "docker network" command?

Correct! Well done.

Incorrect.

The correct answer is A) To manage Docker networks, allowing containers to communicate with each other and the outside world

A

Correct Answer

To manage Docker networks, allowing containers to communicate with each other and the outside world

Explanation

"docker network" subcommands (create, ls, inspect, connect) manage virtual networks that containers use to communicate.

Progress
31/100