Docker tips & tricks
Docker has revolutionized the cloud environment. Any company which operates any kind of cloud environment uses docker either to test or to deploy production workloads. Knowing the importance of docker, it is still tedious sometimes to work with the CLI.
There are many commands and options which are not much explored but turn out to be in handy while working with docker. We are going to discuss a few of those commands in this blog post.





Docker is a container provider, It is used to containerize your project.
What do we mean by containers or containerize, Some Big Techie Words.
Don’t worry we will get along with these easy.