mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Explain setting up Docker to run against machines
Closes #14 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
@@ -192,7 +192,7 @@ func (cli *DockerCli) CmdCreate(args ...string) error {
|
||||
if err := store.SetActive(host); err != nil {
|
||||
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user