Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Update dockercoins README to match new UX #761

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

carolinebriaud
Copy link
Contributor

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)
5afeb03c1e00007d038e5e72

Copy link
Member

@eunomie eunomie left a 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

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ 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

Copy link
Contributor Author

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>
@codecov
Copy link

codecov bot commented Nov 22, 2019

Codecov Report

Merging #761 into master will decrease coverage by 0.56%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
internal/commands/inspect.go 18.03% <0%> (-32.79%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b621499...578c58b. Read the comment docs.

Copy link
Member

@eunomie eunomie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@silvin-lubecki silvin-lubecki merged commit f38c337 into docker:master Nov 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants