To open a bash prompt in a running docker contianer

To open a bash prompt in a running docker contianer

sudo docker exec -it {tag} bash
view raw gistfile1.txt hosted with ❤ by GitHub
Here is a link to a nice collection of useful info https://github.com/wsargent/docker-cheat-sheet

Comments