#devops
Read more stories on Hashnode
Articles with this tag
What is Docker ? Docker is an open-source platform that enables developers to automate the deployment, scaling, and management of applications inside...
Deployment A deployment in Kubernetes is an object that facilitates the management of containerized applications. It defines the desired state of the...
Docker-Volume Docker volume is a feature provided by Docker that allows you to create and manage persistent data storage for your Docker containers....
Docker Compose Docker Compose is a tool that allows you to define and manage multi-container applications. It uses a YAML file to configure the...
We are going to do a DevOps Project With Docker Tasks : Create a Dockerfile for a simple web application (e.g. a Node.js or Python app) Build the...
Docker Docker is a platform that allows you to package your applications and their dependencies into containers, making them portable and easy to...