Change default DOCKER_HOST value, fixes #4923
This commit is contained in:
parent
3e69e2eca6
commit
4a10530b07
|
@ -13,7 +13,7 @@ func Provider() terraform.ResourceProvider {
|
|||
"host": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Required: true,
|
||||
DefaultFunc: schema.EnvDefaultFunc("DOCKER_HOST", "unix:/run/docker.sock"),
|
||||
DefaultFunc: schema.EnvDefaultFunc("DOCKER_HOST", "unix:///var/run/docker.sock"),
|
||||
Description: "The Docker daemon address",
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue