From d4b510c6084083dfb8da9405238008194d9ddc6b Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 13 Aug 2015 06:34:57 +0200 Subject: [PATCH] reference/run: Add a paragraph break Signed-off-by: Kai Blin --- docs/reference/run.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/run.md b/docs/reference/run.md index f38356c648..26f5b91c48 100644 --- a/docs/reference/run.md +++ b/docs/reference/run.md @@ -1144,9 +1144,10 @@ volume mounted on the host). The default user within a container is `root` (id = 0), but if the developer created additional users, those are accessible by name. When passing a numeric -ID, the user doesn't have to exist in the container. The developer can set a -default user to run the first process with the Dockerfile `USER` instruction, -but the operator can override it: +ID, the user doesn't have to exist in the container. + +The developer can set a default user to run the first process with the +Dockerfile `USER` instruction, but the operator can override it: -u="": Username or UID