package apperrors import "errors" var ErrContainerNotFound = errors.New("container_not_found")