☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agoLife finds a waylemmy.mlimagemessage-square28linkfedilinkarrow-up11cross-posted to: programmer_humor@programming.dev
arrow-up11imageLife finds a waylemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square28linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareFukOui@lemmy.ziplinkfedilinkarrow-up0·2 days agoDocker by default needs root to spawn containers. You can configure it to be rootless but most deployments I see are just root. Heck you can even get a root shell and perform privilege escalation if you know what you’re doing: https://gtfobins.org/gtfobins/docker/
Docker by default needs root to spawn containers. You can configure it to be rootless but most deployments I see are just root.
Heck you can even get a root shell and perform privilege escalation if you know what you’re doing: https://gtfobins.org/gtfobins/docker/