To see all running processes. Syntax: docker ps –a
Continue reading...Learn2Done
Docker Local Images
To see all the images in your local machine Syntax: docker images
Continue reading...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...