Container Utility API

class libcloud.container.utils.docker.HubClient(username=None, password=None, **kwargs)[source]

A client for the Docker Hub API

The hub is based on the v2 registry API

Construct a Docker hub client

Parameters:
  • username (str) – (optional) Your Hub account username
  • password (str) – (optional) Your hub account password