grim/convey

Overhaul the readme
redux
2021-12-20, Gary Kramlich
803836d06be3
Overhaul the readme
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")
)