module documentation

Undocumented

Function config_path_from_environment Undocumented
Function find_config_file Undocumented
Function home_dir Get the user's home directory, using the same logic as the Docker Engine client - use %USERPROFILE% on Windows, $HOME/getuid on POSIX.
Function load_general_config Undocumented
Constant DOCKER_CONFIG_FILENAME Undocumented
Constant LEGACY_DOCKER_CONFIG_FILENAME Undocumented
Variable log Undocumented
def config_path_from_environment(): (source)

Undocumented

def find_config_file(config_path=None): (source)

Undocumented

def home_dir(): (source)

Get the user's home directory, using the same logic as the Docker Engine client - use %USERPROFILE% on Windows, $HOME/getuid on POSIX.

def load_general_config(config_path=None): (source)

Undocumented

DOCKER_CONFIG_FILENAME = (source)

Undocumented

Value
os.path.join('.docker', 'config.json')
LEGACY_DOCKER_CONFIG_FILENAME: str = (source)

Undocumented

Value
'.dockercfg'

Undocumented