To install docker in your local machine Syntax: yum install docker -y
Continue reading...L2D
Docker Service Status
To check the docker service status. Syntax: service docker status
Continue reading...Docker Hub Images
To find out images in docker hub. Syntax: docker search image_name Example: docker search linux
Continue reading...Git Stages
Working directory / Workspace: here we write the code. Staging area: Adding your code in the staging area. storing your...
Continue reading...Components of Docker
1. Docker Daemon: Docker Daemon runs on host 0.8. It is responsible for running containers to manage docker services. Docker...
Continue reading...Docker Introduction
In simple words a container is like a virtual machine. Docker is a tool that creates containers. It means docker...
Continue reading...Git Introduction
Software configuration Management/ Source code Management Two types of version control system as 1. Centralized version control system(CVCS): we can...
Continue reading...DevOps Tools
Tools that help to maintain the consistency level from code to deployment. To ensure the CI/CD pipeline which makes the...
Continue reading...DevOps Practices
Devops practices lead by the devops culture that improves the software development life cycle to deliver the update frequently and...
Continue reading...DevOps Culture
Devops adopts a culture that involves close collaboration and share responsibility among themselves while creating and maintaining products. Five Core...
Continue reading...