mirror of https://github.com/docker/docs.git
Merge pull request #11852 from clnperez/doc-dev-container
Fix typo in doc at /set-up-dev-env
This commit is contained in:
commit
221ff368df
|
@ -272,8 +272,8 @@ with the `make.sh` script.
|
||||||
root@5f8630b873fe:/go/src/github.com/docker/docker# docker --version
|
root@5f8630b873fe:/go/src/github.com/docker/docker# docker --version
|
||||||
Docker version 1.5.0-dev, build 6e728fb
|
Docker version 1.5.0-dev, build 6e728fb
|
||||||
|
|
||||||
Inside the container you are running a development version. This is version
|
Inside the container you are running a development version. This is the version
|
||||||
on the current branch it reflects the value of the `VERSION` file at the
|
on the current branch. It reflects the value of the `VERSION` file at the
|
||||||
root of your `docker-fork` repository.
|
root of your `docker-fork` repository.
|
||||||
|
|
||||||
8. Start a `docker` daemon running inside your container.
|
8. Start a `docker` daemon running inside your container.
|
||||||
|
|
Loading…
Reference in New Issue