diff --git a/pages/common/docker-build.md b/pages/common/docker-build.md index 0b542e984..d8a7aad9e 100644 --- a/pages/common/docker-build.md +++ b/pages/common/docker-build.md @@ -15,6 +15,10 @@ `docker build --tag {{name:tag}} .` +- Build a docker image with no build context: + +`docker build --tag {{name:tag}} - < {{Dockerfile}}` + - Do not use the cache when building the image: `docker build --no-cache --tag {{name:tag}} .`