Skip to content

Instantly share code, notes, and snippets.

@kingpabel
Created July 11, 2016 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingpabel/782c909f24c043ef585ce7b1abe9ad8b to your computer and use it in GitHub Desktop.
Save kingpabel/782c909f24c043ef585ce7b1abe9ad8b to your computer and use it in GitHub Desktop.
docker pull ubuntu:14.04.4 //for pull image
sudo service docker start //docker start
sudo docker images //list of docker images
sudo docker run -it ubuntu /bin/bash //accessing docker images
sudo docker run -it imtiaz/apache //after commit access another images
sudo docker -d -p 1000:80 imtiaz/apache //run docker from local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment