Skip to content

Instantly share code, notes, and snippets.

@suvankarsarkar
Created March 12, 2018 11:40
Show Gist options
  • Save suvankarsarkar/2fd445e7ba195e0d05a527cc68808932 to your computer and use it in GitHub Desktop.
Save suvankarsarkar/2fd445e7ba195e0d05a527cc68808932 to your computer and use it in GitHub Desktop.
docker_info_for_Dhaka_team
docker images
docker ps -a
docker build -t ub02 .
lsb_release -s -r
docker run -it --name u_fresh01 -p 80:80 -v /home/ov/docker/03/A/:/var/www/html/ ub02 bash
//docker start bash u_fresh01
docker start u_fresh01
docker attach u_fresh01
docker stop u_fresh01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment