Context

This module defines the context for the DOLOST framework.

The variables set here are mainly used to find PATHs.

class DOLOST.context.Context[source]

Bases: object

A class defining the context for the DOLOST application.

base_dir

The absolute path of the base directory.

Type:

str

CONFIG_FOLDER

The folder name for Docker client configuration.

Type:

str

CONFIG_FILE

The configuration file name.

Type:

str

CONFIG_PATH

The absolute path to the configuration file.

Type:

str