genvid.toolbox.LinuxDockerService

class genvid.toolbox.LinuxDockerService(**kwargs)

Bases: ServiceTool

A ServiceTool for configuring docker on a Linux server.

NAME = 'service-docker-linux'

The name of the logger for this tool. Must be redefined in children.

DESCRIPTION = 'Docker Service Configuration'

A description of the tool, used in the help parser. Must be redefined in children.

SERVICE_NAME = 'docker'
install(**ignored)

Install the configuration of the service.

uninstall()

Uninstall the configuration of the service.