Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Last active August 29, 2015 14:23
Show Gist options
  • Save SomeoneWeird/8d8e81cfda8d99d3ae65 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/8d8e81cfda8d99d3ae65 to your computer and use it in GitHub Desktop.
function cdcontainer() { cd /var/lib/docker/containers/`docker ps | grep $1 | awk '{print $1}'`*; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment