Home »
MCQs »
Docker MCQs
To list all the networks linked with Docker on the host, the ____ command is used
36. To list all the networks linked with Docker on the host, the ____ command is used.
- docker network list
- docker network ls
- docker ls
- network ls
Answer: B) docker network ls
Explanation:
To list all the networks linked with Docker on the host, the docker network ls command is used.