# 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.