Run docker-containers as user instead of root.#16
Run docker-containers as user instead of root.#16OzanAlpay wants to merge 1 commit intobulwahn:masterfrom
Conversation
|
@OzanAlpay Did you see that Codacy is pointing out that this is not good. Can you check if it possible to write the bash expression in such a way that it works and Codacy does not complain? You need probably need to go through the bash documentation to find out which possibilities there are for quoting. |
|
I will look and fix this problem soon |
Whoami problem, which occurs when running docker containers as a user, solved.
1b66888 to
a0444f0
Compare
|
I have looked that warning again, and interestingly find-out (as codacy complained) even without any I analyzed outputs after called script with different kernel-configurations and saw that it is working. Such as after calling with allyesconfig, I saw output: So I updated my request according to that without using any |
|
This change was included into master. So, we close this pull request successfully. |
Running docker containers as user instead of root feature implemented.