Created
September 13, 2016 12:33
-
-
Save erangaeb/ac71d1e70b4ce85cd99f27876f076753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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