Skip to content

Commit 75bbf7b

Browse files
authored
Merge pull request moby#4930 from salim-b/patch-1
docs: fix typo and tweak formatting
2 parents 28264b4 + 7eb3840 commit 75bbf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ not translate between Linux and Windows, the use of `/etc/passwd` and `/etc/grou
15201520
translating user and group names to IDs restricts this feature to only be viable for
15211521
Linux OS-based containers.
15221522

1523-
All files and directories copied from the build context are created with a UID and GID of 0.unless the
1523+
All files and directories copied from the build context are created with a UID and GID of `0` unless the
15241524
optional `--chown` flag specifies a given username, groupname, or UID/GID
15251525
combination to request specific ownership of the copied content. The
15261526
format of the `--chown` flag allows for either username and groupname strings

0 commit comments

Comments
 (0)