Skip to content
Snippets Groups Projects
Commit dd4b4123 authored by Michel Roelofs's avatar Michel Roelofs
Browse files

Use userid < 65535, so that it also works in unprivileged LXC containers

parent f00ff6a4
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ path=/var/www/console/htdocs\n\
port=8000\n\
' > /etc/dt/dt_host.ini
RUN groupadd -g 80000 consoledemo && useradd -g consoledemo -M -u 80000 consoledemo
RUN groupadd -g 27790 consoledemo && useradd -g consoledemo -M -u 27790 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment