Q. Which command is used to list all Docker networks?
β
Correct Answer: (A)
docker network ls
Explanation: The 'docker network ls' command lists all Docker networks on the host.