Docker networks
During the installation, Docker creates three different networking options.You can list them with docker network ls:
bojana@linux:~$ docker network ls
NETWORK ID NAME DRIVER SCOPE
0c872e6d6453 bridge bridge local
10826dd62a8b host host local
cab99a...
bojanadev.hashnode.dev8 min read