Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package docker
import "errors"
// Docker errors
var (
ErrUnableToPingEndpoint = errors.New("Unable to communicate with the environment")
)