From 83579492a6183fe482560bc78e74e0f987b1e41d Mon Sep 17 00:00:00 2001 From: squeegels <1674195+squeegels@users.noreply.github.com> Date: Thu, 16 Nov 2017 13:34:52 +0200 Subject: [PATCH] Fixed typo under User section Signed-off-by: root Signed-off-by: Squeegels Signed-off-by: Squeegels <1674195+squeegels@users.noreply.github.com> Upstream-commit: 032f676717ad6870799747f327bcd0adca323116 Component: cli --- components/cli/docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/reference/builder.md b/components/cli/docs/reference/builder.md index 70bacfc82c..15392b0003 100644 --- a/components/cli/docs/reference/builder.md +++ b/components/cli/docs/reference/builder.md @@ -1322,7 +1322,7 @@ group (or GID) to use when running the image and for any `RUN`, `CMD` and `ENTRYPOINT` instructions that follow it in the `Dockerfile`. > **Warning**: -> When the user does doesn't have a primary group then the image (or the next +> When the user doesn't have a primary group then the image (or the next > instructions) will be run with the `root` group. > On Windows, the user must be created first if it's not a built-in account.