module documentation

Undocumented

Class Service A service.
Class ServiceCollection Services on the Docker server.
Constant CONTAINER_SPEC_KWARGS Undocumented
Constant CREATE_SERVICE_KWARGS Undocumented
Constant PLACEMENT_KWARGS Undocumented
Constant TASK_TEMPLATE_KWARGS Undocumented
Function _get_create_service_kwargs Undocumented
CONTAINER_SPEC_KWARGS: list[str] = (source)

Undocumented

Value
['args',
 'cap_add',
 'cap_drop',
 'command',
 'configs',
 'dns_config',
 'env',
...
CREATE_SERVICE_KWARGS: list[str] = (source)

Undocumented

Value
['name', 'labels', 'mode', 'update_config', 'rollback_config', 'endpoint_spec']
PLACEMENT_KWARGS: list[str] = (source)

Undocumented

Value
['constraints', 'preferences', 'platforms', 'maxreplicas']
TASK_TEMPLATE_KWARGS: list[str] = (source)

Undocumented

Value
['networks', 'resources', 'restart_policy']
def _get_create_service_kwargs(func_name, kwargs): (source)

Undocumented