Dev, Sec & Ops
Published in

Dev, Sec & Ops

Docker 101: Layered Architecture & Networking

A beginner’s introduction to Docker & why it’s awesome?

Let’s recap!

Layered Architecture

Layered Architecture

Docker Network

Bridge Network
Host Network
Isolated Network

Creating User defined Network

docker network create \       --driver bridge \       --subnet 182.17.0.0/16 \       <network-name>
Setting up User defined Network
$ docker network ls
$ docker inspect <container-name>

Conclusion

Credits

Follow us on Dev, Sec & Ops to read related articles.

--

--

This is to give you guys a closer look at the DevSecOps world. The new technologies that are used to deploy these amazing services we love, the security work that goes into it and the operations that take place behind the scenes.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store