- docker images - Lists all the docker images stored locally
- docker build - Builds an image from a specified docker file
- docker pull - pulls images from the docker repository
- docker run - creates a container from an image
- docker ps - lists the running containers
- docker ps -a - shows all the running and exited containers
- docker exec - access the running container
- docker stop - stops a running container
- docker kill - kills the container by stopping its execution immediately
- docker commit - creates a new image of an edited container on the local system
- docker login - This command is used to login to the docker hub repository
- docker push - pushes an image to the docker hub repository
- docker rm - deletes a stopped container
- docker rmi - deletes an image from local storage
Hands on DevSecOps Coaching that is provided on AWS and Azure Cloud platforms. Contact Coach AK at devops.coaching@gmail.com for more info. You can also reach out to Coach AK at +1(469) 733-5248
Monday, May 4, 2020
Top 15 Docker commands - Popular Docker commands
Subscribe to:
Post Comments (Atom)
How to create Ubuntu 22.0.4 Virtual Machine (VM) in Azure? | Create Ubuntu 22.0.4 VM in Azure | How to connect to Azure VM from your local machine
How to Create Ubuntu 22.0.4 Virtual Machines(VM) in Azure portal? Creating Virtual Machine is easy and straight forward in Azure Cloud. Let...

-
Let us learn how to create and configure a Self-Hosted Agent in Azure DevOps (ADO). What is an Agent? An agent is computing infrastructure w...
-
What is Amazon EKS Amazon EKS is a fully managed container orchestration service. EKS allows you to quickly deploy a production ready Kubern...
-
Jenkins job can be triggered so many different ways. This article provides steps to trigger a Jenkins job from another Jenkins job. Pre-req...
No comments:
Post a Comment