Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 122 Bytes

docker-shortcuts.md

File metadata and controls

7 lines (5 loc) · 122 Bytes

Docker Shortcuts

Drop into bash on the most recently ran container:

docker exec -it $(docker ps -ql) bash