mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2691 from SvenDowideit/add-instruction-path-limitations
except URL-based ADDs
This commit is contained in:
commit
c7aaf831d7
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ All new files and directories are created with mode 0755, uid and gid
|
|||
|
||||
.. note::
|
||||
if you build using STDIN (``docker build - < somefile``), there is no build
|
||||
context, so the Dockerfile cannot contain an ADD statement.
|
||||
context, so the Dockerfile can only contain an URL based ADD statement.
|
||||
|
||||
The copy obeys the following rules:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue