mirror of https://github.com/docker/docs.git
Explain setting up Docker to run against machines
Closes #14 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
5c6681d70c
commit
ceec43ebcc
|
@ -192,7 +192,7 @@ func (cli *DockerCli) CmdCreate(args ...string) error {
|
||||||
if err := store.SetActive(host); err != nil {
|
if err := store.SetActive(host); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
log.Infof("%q has been created and is now the active machine. Docker commands will now run against that machine.", name)
|
log.Infof("%q has been created and is now the active machine. To point Docker at this machine, run: export DOCKER_HOST=$(machine url) DOCKER_AUTH=identity", name)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue