mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This updates the documentation to mention that: 1. a lot of data may get sent to the docker daemon if there is a lot of data in the directory passed to docker build 2. ADD doesn't work in the absence of the context 3. running without a context doesn't send file data to the docker daemon 4. explain that the data sent to the docker daemon will be used by ADD commands Upstream-commit: efa7ea592c1819f006acf9480c10e50ec63b3001 Component: engine