Created
June 2, 2019 23:33
-
-
Save chadmayfield/442b325b749992318a536a76aacc48d1 to your computer and use it in GitHub Desktop.
Quick check of registry
This file contains 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
#!/bin/bash | |
# docker api reference : https://docs.docker.com/registry/spec/api/#detail | |
# docker list repos : https://docs.docker.com/registry/spec/api/#listing-repositories | |
curl -X GET localhost:5000/v2/_catalog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment