ide-ruby icon indicating copy to clipboard operation
ide-ruby copied to clipboard

Docker with root permissions

Open AlexWayfer opened this issue 3 years ago • 1 comments

Hello.

I see this package requires Docker, and I have it installed (and launched), but by default, at least on Arch Linux, docker commands require root permissions (like sudo). And I'd not to add my regular user to docker group what would be granted it root privilages.

A bit of wiki: https://wiki.archlinux.org/title/docker#Installation

So, can I somehow install and use this package, probably with execution some commands with sudo docker manually, but without granting docker group to my regular user?

AlexWayfer avatar Jan 01 '22 14:01 AlexWayfer

Hmmm. I'm going to say that it's possible, and you could do sudo scripts and other hacks like that. But they're all hacky and I'd be worried about giving you security advice. Maybe checkout docker desktop for linux https://www.docker.com/blog/accelerating-new-features-in-docker-desktop/ DD4L for a professional solution.

kwerle avatar Jan 01 '22 17:01 kwerle