Skip to content

kiryam/registry_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Docker Registry client library

Build Status

Example:

Client client = BaseClient();
DockerImageInfo imageInfo = client.getImageInfo("library/nginx");
List<String> tags = imageInfo.getTagInfo().getTags();

TODO

  • Authenticate with login and password for access private repositories

Know issues

About

Docker Registry java client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages