docker network ls
This command lists all networks that have been created on the local Docker host. It includes the default bridge bridge
network, the host host
network, and the null null
network. All containers by default are attached to the default bridge bridge
network.