Skip to content

Commit ce80d93

Browse files
committed
Apply comments
1 parent 0de86c4 commit ce80d93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/doc/developer/DockerBKMs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ instructions.
143143

144144
## Changing Docker user
145145

146-
By default all processes within our containers are run as `sycl_ci` user.
146+
By default all processes within our containers are run as the `sycl_ci` user.
147147
Note: it **does not** have password-less `root` access.
148148

149-
If you want to change the user, you can do that by specifying
149+
If you want to change the user, you can do that by specifying the
150150
`-u <username or uid>` option when running the container.
151151

152-
All containers come with `/user-setup.sh` script which can used to create `sycl`
153-
user which has all the same groups as `sycl_ci` user, but also has passwrod-less
154-
access to `root`. Use the script as follows:
152+
All containers come with the `/user-setup.sh` script which can used to create
153+
the `sycl` user which has all the same groups as the `sycl_ci` user, but also
154+
has password-less access to `root`. Use the script as follows:
155155

156156
```bash
157157
# Note: the script requires root permissions to create a new user

0 commit comments

Comments
 (0)