Docker step by step
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code, you can significantly reduce the delay between writing code and running it in production.
The following posts we are going to explain Docker, how to install and setup and implement Docker create images, Containers for your application.
Docker Introduction
Docker Commands to build images, push to docker hub, pull from docker hub, etc.