Backend - Docker

class conu.DockerBackend(logging_level=20, logging_kwargs=None)

Bases: conu.apidefs.backend.Backend

For more info on using the Backend classes, see documentation of the parent conu.apidefs.backend.Backend class.

ImageClass

alias of DockerImage

__init__(logging_level=20, logging_kwargs=None)

This method serves as a configuration interface for conu.

Parameters:
  • logging_level – int, control logger verbosity: see logging.{DEBUG,INFO,ERROR}
  • logging_kwargs – dict, additional keyword arguments for logger set up, for more info see docstring of set_logging function