-
-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
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
Update install-docker.md #5773
Update install-docker.md #5773
Conversation
add user to gorup docker ref : https://community.plone.org/t/problem-in-plone-6-installation/18589/2?u=rico
@Rico29 you need to sign the Plone Contributor Agreement to merge this pull request. Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement |
✅ Deploy Preview for volto ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for plone-components canceled.
|
@Rico29 thanks for the contribution. However please read and follow First-time contributors, Contributing to Plone, and Contributing to Volto. |
You can add the user to the group by running (from the user shell) : | ||
``` | ||
usermod -a -G docker $USER && newgrp docker | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solution is only relevant on some operating systems. I think it would make more sense to link to Docker's own documentation of this topic: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user
Closing in favor of #5861 |
add user to gorup docker
ref : https://community.plone.org/t/problem-in-plone-6-installation/18589/2?u=rico