Study Circle Note
, Docker in Action 2ed
overlay/underly 是不是剛好講相反
you can use underlay networks provided by the macvlan or ipvlan network drivers.
The overlay network driver is available on Docker engines where swarm mode is enabled.
joined containers 是不是類似 host 模式到另一個 container 中?
推薦好文:
在 Linux 上目前其實也支援了非常多類型種類的 Virtual network interface https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking [name=Jerry Wang
為何 /etc/resolv.conf
會是 127.0.0.11 ?
Install docker[1] with Ubuntu 20.04 server. Here is the docker version.
Run a Nginx container.
Capture the packets on the sever side, which is running Nginx container.
On client side 34.243.235.127(eth0: 172.31.15.47), request HTTP via curl command 3 times.
sever and client are in the same subnet(VPC). 34.243.235.127(eth0: 172.31.15.47) <-> server 54.155.144.125(eth0: 172.31.21.51)
If you want to analyze the pcap file, pleaes download the file.
References: