Go to file
2016-12-19 19:34:37 -08:00
registry domain fixes 2016-12-19 19:34:37 -08:00
server domain fixes 2016-12-19 19:34:37 -08:00
vendor fix 2016-09-06 10:57:26 -07:00
.gitignore server things 2016-12-19 18:04:40 -08:00
.travis.yml travis go versions 2016-10-08 01:07:22 -07:00
Dockerfile jfrazelle -> jessfraz 2016-09-30 11:09:10 -07:00
LICENSE prepare reg for junk 2016-08-12 22:23:13 -07:00
main.go domain fixes 2016-12-19 19:34:37 -08:00
Makefile prepare reg for junk 2016-08-12 22:23:13 -07:00
README.md jfrazelle -> jessfraz 2016-09-30 11:09:10 -07:00

reg

Travis CI

Docker registry v2 command line client.

NOTE: There is a way better, maintained version of this @ docker-ls

Auth

reg will automatically try to parse your docker config credentials, but if not present, you can pass through flags directly.

List Repositories and Tags

# this command might take a while if you have hundreds of images like I do
$ reg -r r.j3ss.co ls
Repositories for r.j3ss.co
REPO                  TAGS
ab                    latest
android-tools         latest
apt-file              latest
atom                  latest
audacity              latest
awscli                latest
beeswithmachineguns   latest
buttslock             latest
camlistore            latest
cathode               latest
cf-reset-cache        latest
cheese                latest
chrome                beta, latest, stable
...

Usage

$ reg
NAME:
   reg - Docker registry v2 client.

USAGE:
   reg [global options] command [command options] [arguments...]

VERSION:
   v0.2.0

AUTHOR(S):
   @jessfraz <no-reply@butts.com>

COMMANDS:
     delete    delete a specific reference of a repository
     list, ls  list all repositories
     manifest  get the json manifest for the specific reference of a repository
     tags      get the tags for a repository
     help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug, -d                 run in debug mode
   --username value, -u value  username for the registry
   --password value, -p value  password for the registry
   --registry value, -r value  URL to the provate registry (ex. r.j3ss.co)
   --help, -h                  show help
   --version, -v               print the version

Known Issues

reg does not work to:

  • output image history