OCI containers incorrectly running privileged

After initial excitement with docker, I realised that docker container root processes run with root privileges from the host!

Is there any way to run them rootless?

This is a bug due to one of the code paths that processes the environment variables defined in the OCI image. I’ve now got a fix for it which I’ll send upstream shortly and then cherry-pick into the stable packages.

1 Like
1 Like

This is now in the Zabbly stable repository.

2 Likes