mirror of https://github.com/docker/docs.git
add an usefull shothand command to automate testing code changes (#1434)
* add a useful shorthand command to automate some manual steps when testing code changes Signed-off-by: Krasi Georgiev <krasi@vip-consult.solutions>
This commit is contained in:
parent
e09fc1e284
commit
644b77ee68
|
@ -178,6 +178,13 @@ can take over 15 minutes to complete.
|
|||
background process. You'll find these options useful when debugging code
|
||||
development.
|
||||
|
||||
> **Note**: The following command automates the `build`,
|
||||
> `install`, and `run` steps above.
|
||||
|
||||
```none
|
||||
hack/make.sh binary install-binary run
|
||||
```
|
||||
|
||||
9. Inside your container, check your Docker version.
|
||||
|
||||
```none
|
||||
|
@ -305,4 +312,4 @@ Congratulations, you have successfully achieved Docker inception. You've had a
|
|||
small experience of the develpment process. You've set up your development
|
||||
environment and verified almost all the essential processes you need to
|
||||
contribute. Of course, before you start contributing, [you'll need to learn one
|
||||
more piece of the development process, the test framework](test-and-docs.md).
|
||||
more piece of the development process, the test framework](test-and-docs.md).
|
||||
|
|
Loading…
Reference in New Issue