Every time I try to install Docker there's a warning that being in the "docker" group is equivalent to having root access. You should probably know about this workaround by now.
Codex just found a "workaround" of not having sudo on my PC
11–20 of 330 posts
Re: Codex just found a "workaround" of not having sudo on my PC
#12Earlier quoted context omitted.
Right, why is their login user in the docker group? Mine sure isn’t.
Convenience. Want to run `docker run ...` without password, want IDEs and agents to be able to run containers...
Re: Codex just found a "workaround" of not having sudo on my PC
#13Re: Codex just found a "workaround" of not having sudo on my PC
#14Re: Codex just found a "workaround" of not having sudo on my PC
#15Earlier quoted context omitted.
Right, why is their login user in the docker group? Mine sure isn’t.
Rather, why do people still run agents as their own user. IMO, agent sessions should at least be containerised with just necessary code mounted.
Re: Codex just found a "workaround" of not having sudo on my PC
#16Re: Codex just found a "workaround" of not having sudo on my PC
#17Re: Codex just found a "workaround" of not having sudo on my PC
#18Re: Codex just found a "workaround" of not having sudo on my PC
#19Earlier quoted context omitted.
Right, why is their login user in the docker group? Mine sure isn’t.
Rather, why do people still run agents as their own user. IMO, agent sessions should at least be containerised with just necessary code mounted.
Re: Codex just found a "workaround" of not having sudo on my PC
#20Every time I try to install Docker there's a warning that being in the "docker" group is equivalent to having root access. You should probably know about this workaround by now.
I think that's distro-specific. Some set it up with more secure defaults (unix socket with permissions), others less (TCP socket).