package
0.0.0-20240218101811-a38a20220afc
Repository: https://github.com/dmitrybogomolov/containerator.git
Documentation: pkg.go.dev

# Functions

ReadConfig reads config from yaml file.
RunContainer runs container with the last tag for the specified image.

# Constants

DefaultConfigName defines default name of config file.

# Structs

Config contains options for container management.
ContainerAlreadyRunningError is returned on attempt to run container when similar container is already running.
NoContainerError is returned on attempt to remove container when it is not found.
NoImageError is returned when image is not found.
Options contains additional arguments for Manage function.