![Docker and Kubernetes for Java Developers](https://wfqqreader-1252317822.image.myqcloud.com/cover/786/36700786/b_36700786.jpg)
上QQ阅读APP看书,第一时间看更新
Docker network types
There are three different network types Docker delivers out of the box. To list them, execute the docker network ls command:
$ docker network ls
Docker will output the list of available networks containing the unique network identifier, its name, and a driver which powers it behind the scenes:
![](https://epubservercos.yuewen.com/C768D0/19470404601622406/epubprivate/OEBPS/Images/6cd79e0f-c948-4d72-acb0-8982b021f1e5.png?sign=1739319290-ehEB02wTMOOKL5YzgcIh09P3XByLjEe2-0-25e7dbf2bd9039980a7be437e8749e19)
To have an overview of the differences between various network types, let's describe them now one by one.