coder / envbox

envbox is an image that enables creating non-privileged containers capable of running system-level software (e.g. dockerd, systemd, etc) in Kubernetes.
GNU Affero General Public License v3.0
34 stars 8 forks source link

feat(envbox): add --disable-idmapped-mount flag #35

Closed johnstcn closed 1 year ago

johnstcn commented 1 year ago

This adds a flag --disable-idmapped-mount which is passed to sysbox.

Fixes #32