How do I get a command prompt within a docker application?   docker exec -it NameOfContainer /bin/bash   Or by clicking on the docker's icon from dashboard / docker tab, select "Shell"
    • Upvote
    2