mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: build: ADD copies just needed data w/ full path
This commit is contained in:
parent
efa7ea592c
commit
4b3a381f39
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Examples
|
|||
| This will read the Dockerfile from the current directory. It will also send any other files and directories found in the current directory to the docker daemon.
|
||||
| The contents of this directory would be used by ADD commands found within the Dockerfile.
|
||||
| This will send a lot of data to the docker daemon if the current directory contains a lot of data.
|
||||
| If the absolute path is provided instead of '.', only the files and directories required by the ADD commands from the Dockerfile will be added to the context and transferred to the docker daemon.
|
||||
|
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue