1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Signed-off-by: Prayag Verma <prayag.verma@gmail.com>
Upstream-commit: 6f24713ba0
Component: cli
This commit is contained in:
Prayag Verma
2016-02-01 01:25:59 +05:30
committed by Tibor Vass
parent 36955f026e
commit 38ad8ed13a

View File

@@ -276,7 +276,7 @@ All of the README files are included. The middle line has no effect because
You can even use the `.dockerignore` file to exclude the `Dockerfile`
and `.dockerignore` files. These files are still sent to the daemon
because it needs them to do its job. But the `ADD` and `COPY` commands
do not copy them to the the image.
do not copy them to the image.
Finally, you may want to specify which files to include in the
context, rather than which to exclude. To achieve this, specify `*` as