Skip to content

Kathara.manager.docker.DockerManager

tcaiazzi edited this page Oct 8, 2021 · 18 revisions

module Kathara.manager.docker.DockerManager

Global Variables

  • BRIDGE_LINK_NAME

function pywin_import_stub

pywin_import_stub()

Stub module of pywintypes for Unix systems (so it won't raise any module not found exception).


function pywin_import_win

pywin_import_win()

function check_docker_status

check_docker_status(method)

Decorator function to check if Docker daemon is running properly.


class DockerManager

The class responsible to interact between Kathara and the Docker APIs.


method DockerManager.get_formatted_manager_name

get_formatted_manager_name() → str

Return a formatted string containing the current manager name.

Returns:

  • str: A formatted string containing the current manager name.

This file was automatically generated via lazydocs.

Clone this wiki locally