Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save medwig/ce6540499d6872dc655d4da8e7916f9b to your computer and use it in GitHub Desktop.
Save medwig/ce6540499d6872dc655d4da8e7916f9b to your computer and use it in GitHub Desktop.
Run the latest docker image you just built
docker run -it --entrypoint /bin/sh $(docker images --format "{{.ID}}" | head -n 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment