mirror of https://github.com/docker/docs.git
Formatting fixes
This commit is contained in:
parent
87a51467f4
commit
36a7eba4c5
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue