Category: Docker

Docker is a tool that makes it easy to create and deploy containers. Container is like a box where your application and all its dependencies reside on, isolated from your local machine OS. As you can see above, your app runs isolated from the underlying OS, inside a container.

Related Articles