Q. Which of the following commands lists all the Docker networks?
β
Correct Answer: (A)
docker network ls
Explanation: 'docker network ls' is used to list all the Docker networks.