Often times as a developer, you need to wrap your code in an isolated environment, so that you can test it on someone else’s computer or deploy it on cloud.
That is when you need Docker.
In this article, you’ll find common commands you would need whi...