-
Notifications
You must be signed in to change notification settings - Fork 177
Update dockercoins README to match new UX #761
Conversation
536183c
to
24eb67f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice readme, just a quick comment about docker app build
arguments order
examples/dockercoins/README.md
Outdated
Now we are going to build an App image from this App definition. At build time, Docker App is going to build each service image then build the App image embedding the service images. | ||
|
||
```shell | ||
$ docker app build . -f coins.dockerapp -t myrepo/coins:0.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ docker app build . -f coins.dockerapp -t myrepo/coins:0.1.0 | |
$ docker app build -f coins.dockerapp -t myrepo/coins:0.1.0 . |
Just to match the documentation of docker app build
command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Done.
Signed-off-by: Caroline Briaud <caroline.briaud@docker.com>
24eb67f
to
578c58b
Compare
Codecov Report
@@ Coverage Diff @@
## master #761 +/- ##
=========================================
- Coverage 70.07% 69.5% -0.57%
=========================================
Files 64 64
Lines 3519 3519
=========================================
- Hits 2466 2446 -20
- Misses 727 753 +26
+ Partials 326 320 -6
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Caroline Briaud caroline.briaud@docker.com
- What I did
Update dockercoins README to match new UX
- How to verify it
Check the README
- A picture of a cute animal (not mandatory)