#devops-journey
Read more stories on Hashnode
Articles with this tag
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
Questions What is the Difference between an Image, Container and Engine? What is the Difference between the Docker command COPY vs ADD? What is the...
Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be accessed by containers. They...
Docker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML...
What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
#90DaysOfDevops · 1. What is DevOps? DevOps is a methodology that combines software development and operations to create a streamlined and efficient...