Blog Docker Shortcuts 22 November 2023 docker Drop into bash on the most recently ran container: docker exec -it $(docker ps -ql) bash