Runnin the container as non-root
Opened this issue · 0 comments
YurNaybor commented
It is currently not possible to run the container with user != root (e.g. docker run -u 1000 ...), because of the modification of /etc/openssl.cnf in the main script. Would it be feasible to just get a local copy of the file, to modify and use it further on in the script?