We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tested and founded out that this is a good , working code. I can follow instruction and run without problem.
One improvement requested is that now docker run as root. For django app create, it will create under root priviledge.
If VM doesn't use root user, the code will create folder or new file under root which will cause issue modifying the file.
My requested feature is to run docker under normal user, please correct me if I understand something wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tested and founded out that this is a good , working code. I can follow instruction and run without problem.
One improvement requested is that now docker run as root. For django app create, it will create under root priviledge.
If VM doesn't use root user, the code will create folder or new file under root which will cause issue modifying the file.
My requested feature is to run docker under normal user, please correct me if I understand something wrong.
The text was updated successfully, but these errors were encountered: