Skip to content

Instantly share code, notes, and snippets.

@chadmayfield
Created June 2, 2019 23:33
Show Gist options
  • Save chadmayfield/442b325b749992318a536a76aacc48d1 to your computer and use it in GitHub Desktop.
Save chadmayfield/442b325b749992318a536a76aacc48d1 to your computer and use it in GitHub Desktop.
Quick check of registry
#!/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