Skip to content

williamdean/DockerHubAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerHubAdmin

Python 3 interface to Docker Hub admin functions.

##Example: Getting a list of teams for an organization:

./example.py -u mydockerusername -p mydockerpassword -o myorg --listteams

##Example: Listing all members of a team:

./example.py -u mydockerusername -p mydockerpassword -o myorg -t myteam --listmembers

##Example: Getting a list of all teams a user belongs to:

./example.py -u mydockerusername -p mydockerpassword -o myorg --user the_user --finduserteams

##Example: Adding a user to a team:

./example.py -u mydockerusername -p mydockerpassword -o myorg --user the_user --adduser -t myteam

##Example: Removing a user from a team:

./example.py -u mydockerusername -p mydockerpassword -o myorg --user the_user --rmuser -t myteam

About

Python admin interface to Docker Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages