Skip to content

Access a docker v2 registry that's behind token authentication on the command line

Notifications You must be signed in to change notification settings

adamlamers/dockls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockls

dockls is a tool for viewing private docker registries configured behind token authentication

Installation

pip install git+https://github.com/adamlamers/dockls

Usage

dockls login <repository URL>

Authenticate against a private docker registry

dockls [-r]

List all available docker repositories at the configured registry -r flag will recursively list all tags for every repository.

dockls tags <repository>

List the tags for a specific repository.

dockls --help

Show help information

About

Access a docker v2 registry that's behind token authentication on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages