Merge pull request #2691 from SvenDowideit/add-instruction-path-limitations

except URL-based ADDs
Upstream-commit: c7aaf831d7ae6ddd0a897c6f687d479904536107
Component: engine
This commit is contained in:
Andy Rothfusz
2013-11-14 11:12:08 -08:00

View File

@ -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: