How would you make the "Docker-in-Docker Devcontainer" template use sysbox.
I wanted to know how i'd make the DiD DevContainer template use Sysbox RunC instead of privileged mode. I've currently updated privileged to sysbox-runc, but there are some files meant for privileged mode, like scripts/init-docker-in-docker.sh. I wanted to know if that's enough, or I need to do something more.

0 Replies