Displaying 1 result from an estimated 1 matches for "webserver3".
Did you mean:
webserver
2020 Aug 10
3
Docker container isolation not working in CentOS 7
...ME DRIVER SCOPE
e02e6fc654c6 blog bridge local
3ea6f28134ba bridge bridge local
8d2b8dfe5352 host host local
0bd337e274c2 none null local
I'm starting a third container named "webserver3" and assign it to the new
"blog" network:
$ docker run -dit --name webserver3 --network blog nginx
This new container is in a whole new network segment:
$ docker network inspect blog | grep -i ipv4address
"IPv4Address": "172.20.0.2/16",
As is t...