Virtualization , Containers and role of docker in it
Docker is just a tool in your toolbox which can help you in your development lifecycle and make you a better software developer. You can still do everything without it but in the hard way. What to expect from this blog post? In this blog post, I will discuss a little bit about Virtualization, Containers and where it used before diving deep into detailed instructions on using Docker. I will explain about Docker images, running Docker containers, Docker networking, Docker volumes and how it all works. ...