mirror of https://github.com/docker/docs.git
Merge pull request #298 from rothrock/patch-1
Fix typo in set-up-dev-env.md
This commit is contained in:
commit
eca697cff7
|
@ -125,7 +125,7 @@ can take over 15 minutes to complete.
|
|||
4. Use `make` to build a development environment image and run it in a container.
|
||||
|
||||
```none
|
||||
$ make BIN_DIR=. shell
|
||||
$ make BIND_DIR=. shell
|
||||
```
|
||||
|
||||
The command returns informational messages as it runs. The first build may
|
||||
|
|
Loading…
Reference in New Issue