mirror of https://github.com/docker/cli.git
correct some words
Signed-off-by: liwenqi <vikilwq@zju.edu.cn> Update ISSUE-TRIAGE.md Signed-off-by: vicky <395658237@qq.com>
This commit is contained in:
parent
41d0180f2a
commit
1b85eea07d
|
@ -1754,6 +1754,6 @@ FROM ubuntu
|
|||
RUN echo moo > oink
|
||||
# Will output something like ===> 695d7793cbe4
|
||||
|
||||
# You᾿ll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with
|
||||
# You'll now have two images, 907ad6c2736f with /bar, and 695d7793cbe4 with
|
||||
# /oink.
|
||||
```
|
||||
|
|
|
@ -262,7 +262,7 @@ Successfully built 377c409b35e4
|
|||
This sends the URL `http://server/ctx.tar.gz` to the Docker daemon, which
|
||||
downloads and extracts the referenced tarball. The `-f ctx/Dockerfile`
|
||||
parameter specifies a path inside `ctx.tar.gz` to the `Dockerfile` that is used
|
||||
to build the image. Any `ADD` commands in that `Dockerfile` that refer to local
|
||||
to build the image. Any `ADD` commands in that `Dockerfile` that refers to local
|
||||
paths must be relative to the root of the contents inside `ctx.tar.gz`. In the
|
||||
example above, the tarball contains a directory `ctx/`, so the `ADD
|
||||
ctx/container.cfg /` operation works as expected.
|
||||
|
|
Loading…
Reference in New Issue