Last Updated: February 25, 2016
·
276
· keymone

Docker oneliner i was missing

Docker container failed and you want to explore what happened?

docker run -tip 22 $(docker commit $(docker ps -l -q) | cut -c -12) /bin/bash