To see all the images in your local machine Syntax: docker images
Continue reading...Learn2Done
Docker Installation
To install docker in your local machine Syntax: yum install docker -y
Continue reading...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...