Formatting fixes

This commit is contained in:
John Mulhausen 2016-10-25 11:53:51 -07:00 committed by GitHub
parent 87a51467f4
commit 36a7eba4c5
1 changed files with 6 additions and 5 deletions

View File

@ -147,7 +147,7 @@ can take over 15 minutes to complete.
You should see the image's source from the `/go/src/github.com/docker/docker`
directory.
![List example](images/list_example.png)
![List example](images/list_example.png)
6. Make a `docker` binary.
@ -280,10 +280,11 @@ example, you'll edit the help for the `attach` subcommand.
7. Rebuild the binary by using the command `hack/make.sh binary` in the docker development container shell.
8. Copy the binaries to **/usr/bin** by entering the following commands in the docker development container shell.
```
cp bundles/1.12.0-dev/binary-client/docker* /usr/bin/
cp bundles/1.12.0-dev/binary-daemon/docker* /usr/bin/
```
```
cp bundles/1.12.0-dev/binary-client/docker* /usr/bin/
cp bundles/1.12.0-dev/binary-daemon/docker* /usr/bin/
```
9. To view your change, run the `docker attach --help` command in the docker development container shell.