added tests of delete_tags function

This commit is contained in:
Andrey Pohilko
2017-04-27 17:52:50 +06:00
parent 151a835e3c
commit dcb8344805
3 changed files with 90 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ Delete all tags for all images (do you really want to do it?):
If you are using docker registry with a self signed ssl certificate, you can disable ssl verification:
```
registry.py -l user:pass -r --no-validate-ssl https://example.com:5000
registry.py -l user:pass -r https://example.com:5000 --no-validate-ssl
```