module documentation

Undocumented

Constant BYTE_UNITS Undocumented
Constant CONTAINER_LIMITS_KEYS Undocumented
Constant DEFAULT_DATA_CHUNK_SIZE Undocumented
Constant DEFAULT_DOCKER_API_VERSION Undocumented
Constant DEFAULT_HTTP_HOST Undocumented
Constant DEFAULT_MAX_POOL_SIZE Undocumented
Constant DEFAULT_NPIPE Undocumented
Constant DEFAULT_NUM_POOLS Undocumented
Constant DEFAULT_NUM_POOLS_SSH Undocumented
Constant DEFAULT_SWARM_ADDR_POOL Undocumented
Constant DEFAULT_SWARM_SUBNET_SIZE Undocumented
Constant DEFAULT_TIMEOUT_SECONDS Undocumented
Constant DEFAULT_UNIX_SOCKET Undocumented
Constant DEFAULT_USER_AGENT Undocumented
Constant INSECURE_REGISTRY_DEPRECATION_WARNING Undocumented
Constant IS_WINDOWS_PLATFORM Undocumented
Constant MINIMUM_DOCKER_API_VERSION Undocumented
Constant STREAM_HEADER_SIZE_BYTES Undocumented
Constant WINDOWS_LONGPATH_PREFIX Undocumented
BYTE_UNITS = (source)

Undocumented

Value
{'b': 1, 'k': 1024, 'm': 1024*1024, 'g': (1024*1024)*1024}
CONTAINER_LIMITS_KEYS: list[str] = (source)

Undocumented

Value
['memory', 'memswap', 'cpushares', 'cpusetcpus']
DEFAULT_DATA_CHUNK_SIZE = (source)

Undocumented

Value
1024*2048
DEFAULT_DOCKER_API_VERSION: str = (source)

Undocumented

Value
'1.41'
DEFAULT_HTTP_HOST: str = (source)

Undocumented

Value
'127.0.0.1'
DEFAULT_MAX_POOL_SIZE: int = (source)

Undocumented

Value
10
DEFAULT_NPIPE: str = (source)

Undocumented

Value
'npipe:////./pipe/docker_engine'
DEFAULT_NUM_POOLS: int = (source)

Undocumented

Value
25
DEFAULT_NUM_POOLS_SSH: int = (source)

Undocumented

Value
9
DEFAULT_SWARM_ADDR_POOL: list[str] = (source)

Undocumented

Value
['10.0.0.0/8']
DEFAULT_SWARM_SUBNET_SIZE: int = (source)

Undocumented

Value
24
DEFAULT_TIMEOUT_SECONDS: int = (source)

Undocumented

Value
60
DEFAULT_UNIX_SOCKET: str = (source)

Undocumented

Value
'http+unix:///var/run/docker.sock'
DEFAULT_USER_AGENT = (source)

Undocumented

Value
f"""docker-sdk-python/{__version__}"""
INSECURE_REGISTRY_DEPRECATION_WARNING: str = (source)

Undocumented

Value
'The `insecure_registry` argument to {} is deprecated and non-functional. Please
 remove it.'
IS_WINDOWS_PLATFORM = (source)

Undocumented

Value
(sys.platform == 'win32')
MINIMUM_DOCKER_API_VERSION: str = (source)

Undocumented

Value
'1.21'
STREAM_HEADER_SIZE_BYTES: int = (source)

Undocumented

Value
8
WINDOWS_LONGPATH_PREFIX: str = (source)

Undocumented

Value
'\\\\?\\'