#docker
Read more stories on Hashnode
Articles with this tag
In this blog post, we’ll walk you through the step-by-step process of deploying applications on Kubernetes, the popular container orchestration...
GitHub URL - https://github.com/Hemantjangir53/two-tier-flask-app.git sudo apt install docker.io sudo chown $USER /var/run/docker.so Dockerfile #...
Reducing the size of Docker images is crucial for optimizing resource usage, speeding up deployments, and minimizing storage requirements. · from flask...
What is a Docker Volume? In simple terms, a Docker Volume is a designated directory on the host machine which bypasses the Union File System, used to...
What is Docker? ➢ Docker is an open-source tool designed to create, deploy, and run applications by using containers.➢ Docker uses a container on...