github.com/etecs-ru/gnomock@v0.13.2/errors.go (about)

     1  package gnomock
     2  
     3  import "fmt"
     4  
     5  // ErrEnvClient means that Gnomock can't connect to docker daemon in the
     6  // testing environment. See https://docs.docker.com/compose/reference/overview/
     7  // for information on required configuration
     8  var ErrEnvClient = fmt.Errorf("can't connect to docker host")