Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
dd4b4123
Commit
dd4b4123
authored
Apr 11, 2021
by
Michel Roelofs
Browse files
Use userid < 65535, so that it also works in unprivileged LXC containers
parent
f00ff6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dd4b4123
...
...
@@ -54,7 +54,7 @@ path=/var/www/console/htdocs\n\
port=8000\n
\
'
>
/etc/dt/dt_host.ini
RUN
groupadd
-g
8000
0 consoledemo
&&
useradd
-g
consoledemo
-M
-u
8000
0 consoledemo
RUN
groupadd
-g
2779
0 consoledemo
&&
useradd
-g
consoledemo
-M
-u
2779
0 consoledemo
RUN
mkdir
-p
/var/log/dt/traces
&&
chown
consoledemo.consoledemo /var/log/dt/traces
RUN
chown
-R
consoledemo.consoledemo /var/www/console/htdocs/tle
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment