Skip to content

brianwallace/docker-repo-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-repo-management

A Python project for managing private docker repositories.

Contributing

This utility uses the Click library for Python. If you're wondering why instead of optparse/argparse/etc it turns out that question is already answered.

The subcommands are pluggable and located in the commands directory. Just name your file cmd_[name_of_command].py and take a look at the cmd_example.py:

To easily iterate on the tool in development use --editable

pip install --editable .

Todo

About

A Python project for managing private docker repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages