Workaround for adding user to the Docker group #31
RickyJenson
started this conversation in
Ideas
Replies: 2 comments 3 replies
|
i have been thinking about using the built in superuser mechanism that cockpit has - perhaps when i get a moment i will see what would be involved to support both of these. |
2 replies
|
this is now merged with PROD |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This Cockpit plugin looks like something I've been wanting for a long time, but some of my machines double as workstations as well as docker hosts. On these machines, I'm really not wanting to add the users to the docker group because of the security implications, so I'm wondering how hard it would be to make this plugin use sudo under the hood. Other plugins do root-level tasks in Cockpit's Admin mode, so my gut tells me it must be possible. Would that functionality be easy to add?
All reactions