Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created September 13, 2016 12:33
Show Gist options
  • Save erangaeb/ac71d1e70b4ce85cd99f27876f076753 to your computer and use it in GitHub Desktop.
Save erangaeb/ac71d1e70b4ce85cd99f27876f076753 to your computer and use it in GitHub Desktop.
# issue DELETE request with curl from command line
curl -X DELETE "http://<registry-host>/v1/repositories/<image-name>/tags/<tag-name>"
# example
curl -X DELETE "http://10.2.4.201/v1/repositories/rabbitmq/tags/0.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment