diff --git a/app/docker/views/images/build/buildimage.html b/app/docker/views/images/build/buildimage.html index 7ef27b56b..5d0df3357 100644 --- a/app/docker/views/images/build/buildimage.html +++ b/app/docker/views/images/build/buildimage.html @@ -183,9 +183,10 @@
URL
- - Specify the URL to a Dockerfile, a tarball or a public Git repository (suffixed by .git). When using a tarball or a Git repository URL, the root folder - will be used as the build context. + + + Specify the URL to a Dockerfile, a tarball or a public Git repository (suffixed by .git). When using a Git repository URL, build contexts can be + specified as in the Docker documentation.
@@ -201,7 +202,10 @@
- Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile). + + + Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile). +