Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created January 10, 2025 22:52
Show Gist options
  • Save textarcana/924ec5e11487ed7cf216abf98cd9a2ed to your computer and use it in GitHub Desktop.
Save textarcana/924ec5e11487ed7cf216abf98cd9a2ed to your computer and use it in GitHub Desktop.
Run the latest docker image
docker images | head -n2 | tail -n1 | perl -wlane 'print $F[2]' | xargs -I{latest} docker run --rm {latest}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment