#devops
Read more stories on Hashnode
Articles with this tag
What is Log Rotation ? Log rotation is a process used to manage and maintain log files generated by software applications or system processes. The...
Kubernetes Overview : Kubernetes (also known as K8s) is an open-source system for automating deployment, scaling, and management of containerized...
Run a new Container Start a new Container from an Image docker run IMAGE docker run nginx and assign it a name docker run --name CONTAINER...
What is Jenkins ? Jenkins is an open-source automation tool widely used for continuous integration and continuous delivery (CI/CD) of software...
Day 18 : 90Days of DevOps Challenge · What is Docker-Compose ? Docker Compose is a tool that allows you to define and run multi-container Docker...
Day 17 : 90Days of DevOps Challenge · A Dockerfile is a text file that contains instructions for building a Docker image. The Dockerfile defines the...