add the support for team and orgs
This commit is contained in:
parent
8494e4e04d
commit
d2ec0d96e7
3 changed files with 36 additions and 7 deletions
|
|
@ -38,6 +38,8 @@ if os.environ.get('DOCKERCLOUD_USER') and os.environ.get('DOCKERCLOUD_APIKEY'):
|
|||
rest_host = os.environ.get("DOCKERCLOUD_REST_HOST") or 'https://cloud.docker.com/'
|
||||
stream_host = os.environ.get("DOCKERCLOUD_STREAM_HOST") or 'wss://ws.cloud.docker.com/'
|
||||
|
||||
namespace = os.environ.get('DOCKERCLOUD_NAMESPACE')
|
||||
|
||||
user_agent = None
|
||||
|
||||
logging.basicConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue