mirror of https://github.com/docker/docs.git
use DOCKER_HOST instead of DOCKER_URL
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
a60f0e672e
commit
3d7ff94ff2
|
|
@ -342,7 +342,7 @@ func cmdShellinit(c *cli.Context) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
fmt.Printf("export DOCKER_TLS_VERIFY=yes\nexport DOCKER_CERT_PATH=%s\nexport DOCKER_URL=%s\n",
|
fmt.Printf("export DOCKER_TLS_VERIFY=yes\nexport DOCKER_CERT_PATH=%s\nexport DOCKER_HOST=%s\n",
|
||||||
utils.GetMachineClientCertDir(), cfg.machineUrl)
|
utils.GetMachineClientCertDir(), cfg.machineUrl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue