grim/convey

closing merged branch
draft redux
2021-12-20, Gary Kramlich
f99cb2775fc3
closing merged branch
package docker
import (
"errors"
)
var (
errDetachRemoved = errors.New("the detach attribute was removed in convey 0.15.0")
errHealthCheckRemoved = errors.New("the healthcheck attribute was removed in convey 0.15.0")
)