diff options
Diffstat (limited to 'snips/docker-registry')
| -rw-r--r-- | snips/docker-registry/all-repos | 2 | ||||
| -rw-r--r-- | snips/docker-registry/tags-for-repo | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/snips/docker-registry/all-repos b/snips/docker-registry/all-repos new file mode 100644 index 0000000..9a3ffa4 --- /dev/null +++ b/snips/docker-registry/all-repos @@ -0,0 +1,2 @@ +# export registry=https://my-registry.example.com +# curl -X GET $registry/v2/_catalog diff --git a/snips/docker-registry/tags-for-repo b/snips/docker-registry/tags-for-repo new file mode 100644 index 0000000..f69420b --- /dev/null +++ b/snips/docker-registry/tags-for-repo @@ -0,0 +1 @@ +# export repo=example ; curl -X GET $registry/v2/$repo/tags/list |
