Skip to content

Instantly share code, notes, and snippets.

@lepoetemaudit
Created May 25, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepoetemaudit/949ee60b4ed703fd0b9357a0993eef68 to your computer and use it in GitHub Desktop.
Save lepoetemaudit/949ee60b4ed703fd0b9357a0993eef68 to your computer and use it in GitHub Desktop.
Alias for interactively running the last build docker image
alias dril="docker run -it `docker images | head -n 2 | tail -n 1 | awk '{print $3}'`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment