https://developers.redhat.com/blog/2020/09/25/rootless-conta...
I would assume (many/most) users who run docker directly run it without api access on the network (i.e. on a single host).
Even those that do want network deployments of docker, probably run it through something like k8s where again kubernetes is handling the networking side, and each dockerd doesn't need to expose a network accessible api).
just wondering the use case for this.
I don't know much about the internals there; would this bug allow me to do bad stuff on shared CI runners?
https://vpetersson.com/2014/11/03/the-dangers-of-ufw-docker....
Without further information, this sounds like code introduced in a hotfix that wasn't merged back to feature branches.
Surely it's not that simple?
EDIT: Coworker mentioned there is a cri that lets you to continue to use Docker Engine in Kubernetes but I've never run across it.