From e42144674fb6eeb76bcda822105b049f7fb6ab30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8Sven?= <¨SvenDowideit@home.org.au¨> Date: Thu, 14 Nov 2013 14:53:55 +1000 Subject: [PATCH] thankyou @tomdz - I forgot about URL based ADDs --- docs/sources/use/builder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/builder.rst b/docs/sources/use/builder.rst index 18c52ec09f..7c9d3397f2 100644 --- a/docs/sources/use/builder.rst +++ b/docs/sources/use/builder.rst @@ -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: