BDBojana Dejanovićinbojanadev.hashnode.dev·Sep 11, 2021 · 8 min readDocker networksDuring the installation, Docker creates three different networking options.You can list them with docker network ls: bojana@linux:~$ docker network ls NETWORK ID NAME DRIVER SCOPE 0c872e6d6453 bridge bridge local 10826dd62a8b host host local cab99a...00
BDBojana Dejanovićinbojanadev.hashnode.dev·Sep 7, 2021 · 8 min readDocker - up and runningOriginally published on bojana.dev Installing DockerDocker - open source container engineBasic architectureBasic Docker commands Installing Docker (Linux, Windows, Mac) I will not go into much details about how to install docker environment ...00
BDBojana Dejanovićinbojanadev.hashnode.dev·Jun 14, 2021 · 5 min readContainerizationIn the last article, we talked about what virtualization is and how important the concept and technology is in the whole cloud computing paradigm. Now I want we talk about containerization - a different approach to isolation that does not use a hyp...00