File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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.
147147Note: 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
You can’t perform that action at this time.
0 commit comments