mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
5 lines
148 B
Go
5 lines
148 B
Go
package client
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|