By Default, when docker is installed, it will automatically create a bridged network which represents the docker0
interface which is present in all Docker installations. We can view our docker networks using the docker network ls
command:
Continue reading
