Category: Deployment, github

Here I explained what I understand regarding the docker DevOps Platform. Docker is a DevOps platform and it can be used by both the developer and Operation team (Support Team). It is used to create, build, run, and deploy the application using the containers.

The main purpose of the docker is used to choose the required hardware, which OS (Windows, Linux) does the application is going to run, and to choose which Tech platform (Angular, React, Ionic) that the application is going to run.

Docker image is a template and is the building blocks of the docker container, which we can create any Tech stack and share it with anyone.

Related Articles