#devops
Read more stories on Hashnode
Articles with this tag
Docker Volume Used to maintain the persistent data Types of Applications on Container Perspective : Stateless Applications Stateful...
Port Mapping/Binding Port Mapping / Port Binding is used to map the host port with the container port, to expose the container application to the...
docker --version To get the docker version docker pull <image_name> To Download container image from container registry Container Registry -...
Containerization Containerization is process of packaging the application along with its dependencies. What is virtual machine VMs are called as...