7 ms·
Frankly if a user can run the docker command he is basically root anyways. That's why you do not add random users to the docker group.
by Wool2662 3y ago
Frankly if a user can run the docker command he is basically root anyways. That's why you do not add random users to the docker group.
- westurner 3y agoPodman (and Docker) do rootless containers, which would limit privilege escalation from this vuln, too IIUC Does container-selinux limit this container escape vulnerability?