| ... | ... |
@@ -223,7 +223,7 @@ All new files and directories are created with mode 0755, uid and gid |
| 223 | 223 |
|
| 224 | 224 |
.. note:: |
| 225 | 225 |
if you build using STDIN (``docker build - < somefile``), there is no build |
| 226 |
- context, so the Dockerfile cannot contain an ADD statement. |
|
| 226 |
+ context, so the Dockerfile can only contain an URL based ADD statement. |
|
| 227 | 227 |
|
| 228 | 228 |
The copy obeys the following rules: |
| 229 | 229 |
|