grim/convey

f9638cf514da
Add a script/shell command that can run scripts on the host machine
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")
)