docker images to see all the images present in the local machine. docker search to find the images in docker hub docker pull centos to download images from dockerhub to local machine. docker run -it --name mahesh ubuntu to give name to container docker start mahesh to start container docker attach mahesh to go inside the container docker ps -a to see all container docker stop mahesh to stop container docker rm mahesh to delete container
-
Notifications
You must be signed in to change notification settings - Fork 0
maheshlawnekar/Docker_cmd
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published