mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Add "eval" to every invocation of "boot2docker shellinit"
See http://unix.stackexchange.com/a/181581 for the rationale behind this change. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ environment.
|
||||
1. Open a terminal.
|
||||
|
||||
Mac users, use `boot2docker status` to make sure Boot2Docker is running. You
|
||||
may need to run `$(boot2docker shellinit)` to initialize your shell
|
||||
may need to run `eval "$(boot2docker shellinit)"` to initialize your shell
|
||||
environment.
|
||||
|
||||
3. Change into the root of your forked repository.
|
||||
@@ -202,7 +202,7 @@ build and run a `docker` binary in your container.
|
||||
|
||||

|
||||
|
||||
Mac OSX users, make sure you run `$(boot2docker shellinit)` in any new
|
||||
Mac OSX users, make sure you run `eval "$(boot2docker shellinit)"` in any new
|
||||
terminals.
|
||||
|
||||
2. In a terminal, create a new container from your `dry-run-test` image.
|
||||
|
||||
Reference in New Issue
Block a user