浏览代码

thankyou @tomdz - I forgot about URL based ADDs

¨Sven 11 年之前
父节点
当前提交
e42144674f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/use/builder.rst

+ 1 - 1
docs/sources/use/builder.rst

@@ -223,7 +223,7 @@ All new files and directories are created with mode 0755, uid and gid
 
 
 .. note::
 .. note::
    if you build using STDIN (``docker build - < somefile``), there is no build 
    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:
 The copy obeys the following rules: