Hi,
I cloned the repository and built the container using the included Dockerfile. It starts up, but gets stuck here:
Starting undo-mount-hacks.service - Undo KIND mount hacks...
[ OK ] Finished undo-mount-hacks.service - Undo KIND mount hacks.
Starting containerd.service - containerd container runtime...
[ OK ] Started containerd.service - containerd container runtime.
[ OK ] Reached target multi-user.target - Multi-User System.
[ OK ] Reached target graphical.target - Graphical Interface.
Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...
[ OK ] Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. <---- stuck here
Running within WSL2 - latest on Windows 11.
My goal is to run usernetes (or kind, minikube, k3s) under rootless Docker.
k3s within DinD complains about cgroup v2 delegation because it looks like it is looking at the filesystem for delegation configuration and this area of the filesystem is not "bubbled up" to rootless DinD and of course any containers run under it.
Hi,
I cloned the repository and built the container using the included Dockerfile. It starts up, but gets stuck here:
Running within WSL2 - latest on Windows 11.
My goal is to run usernetes (or kind, minikube, k3s) under rootless Docker.
k3s within DinD complains about cgroup v2 delegation because it looks like it is looking at the filesystem for delegation configuration and this area of the filesystem is not "bubbled up" to rootless DinD and of course any containers run under it.