Bridge Networking for Single Host Container Networking
This video demonstrates how to network containers on the same host using the bridge driver provided in Docker
—
Docker is an open platform for developers and system administrators to build, ship and run distributed applications. With Docker, IT organizations shrink application delivery from months to minutes, frictionlessly move workloads between data centers and the cloud and can achieve up to 20X greater efficiency in their use of computing resources. Inspired by an active community and by transparent, open source innovation, Docker containers have been downloaded more than 700 million times and Docker is used by millions of developers across thousands of the world’s most innovative organizations, including eBay, Baidu, the BBC, Goldman Sachs, Groupon, ING, Yelp, and Spotify. Docker’s rapid adoption has catalyzed an active ecosystem, resulting in more than 180,000 “Dockerized” applications, over 40 Docker-related startups and integration partnerships with AWS, Cloud Foundry, Google, IBM, Microsoft, OpenStack, Rackspace, Red Hat and VMware.
Excellent video. Thank you!
Thanks a lot really helped…
Thanks bro…
Thanks for sharing your knowledge, would you please explain maybe in another video how to use ipv6 on docker networks? Once again thanks!
Hi Nigel, could you explain a little bit on how this functions in a K8s cluster..? Since it is the control plane responsible for running container workloads, where does docker bridge enters the story?
is that Nigel Paulton voice?
why do use root? i have the same issue with ubuntu.. after I install docker,i have to use sudo for
the docker commands..
How do we configure the container to get a static IP from a switch which is outside the host ?
Its good video for beginner. You triggered me to study more about Docker networking. Thank you very much
Thank you very much. You have covered so much in 4 minutes. Crystal clear.
This video pointed out something I did not know: Not specifying a network means the container gets attached to the default bridge. Not it is all making sense. Thanks!