Skip to content

maheshlawnekar/Docker_cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published