Category: Software, Docker, container

ocker — If you have ever been intimidated by its fancy name and wondered what it is — this post is for you. In this post, we will cover what exactly this devil is and what it does.

Docker’s way of shipping and deploying code swiftly, significantly reduces the delay between writing code and running it in production.

This is pretty cool you see but in the era of Agile, where time is money and you need to deliver continuously and present deliverables at the end of each sprint, chasing IT departments like operation to get access for different development environments for different stories (e.g. resource-intensive processes that need more memory/disk) can be daunting as well as time-consuming.

You can use this CLI to create and publish your image to Docker Hub.

Related Articles