Main

This module encompasses the core functionalities of the DOLOST application, providing essential features for its operation.

It will handle the connection with the Docker Client’s API and the start of the GUI. Also, it will be the one in charge to set the CLI’s verbosity.

DOLOST.app.main(verbosity='INFO', docker_client=None, host='127.0.0.1', port: int = 9874)[source]

Main function to start the DOLOST application.

Parameters:
  • verbosity (str, optional) – Verbosity level for logging (default is “INFO”).

  • docker_client (dict, optional) – Configuration for connecting to the Docker client.

  • host (str, optional) – The host IP address to run the application (default is “127.0.0.1”).

  • port (int, optional) – The port number to run the application (default is 9874).

Returns:

None