Skip to content

avmishra/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

show running container : docker ps

show all running and stopped container : docker ps -a

get running container terminal : docker exec -it 4c3bef43a21c /bin/bash

run docker like : docker run -d -p 9000:80 -v /var/www/:/var/www/html/ apache2-php5:29062016

delete container : docker rm

delete images : docker rmi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •