mirror of https://github.com/docker/docs.git
Add quotes around env.sh subshell (#5132)
This commit is contained in:
parent
661ae69c31
commit
c46c1c7c46
|
@ -44,7 +44,7 @@ Then source the `env.sh` script.
|
|||
|
||||
```bash
|
||||
$ unzip ucp-bundle-dave.lauper.zip
|
||||
$ eval $(<env.sh)
|
||||
$ eval "$(<env.sh)"
|
||||
```
|
||||
|
||||
The `env.sh` script updates the `DOCKER_HOST` environment variable to make your
|
||||
|
|
Loading…
Reference in New Issue