Merge pull request #1533 from edmorley/update-b2d-shellinit-example

Docs: Update boot2docker shellinit example to use 'eval'
(cherry picked from commit 17e03b29f9)
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-06-10 13:03:55 -04:00
parent 71514cb380
commit ca14ed68f7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ By default, if there are existing containers for a service, `docker-compose up`
Several environment variables are available for you to configure Compose's behaviour.
Variables starting with `DOCKER_` are the same as those used to configure the
Docker command-line client. If you're using boot2docker, `$(boot2docker shellinit)`
Docker command-line client. If you're using boot2docker, `eval "$(boot2docker shellinit)"`
will set them to their correct values.
### COMPOSE\_PROJECT\_NAME