You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is related, but I've noticed that Sysbox is struggling to run Ubuntu 21.10 sys containers, which is also the Ubuntu release utilized by the latest KinD version (v0.11.1), so KinD might be just a red-herring here.
Try this and you should see the problem that I'm referring to right away ...
$ docker run --runtime=sysbox-runc -it --rm --name test-1 --hostname test-1 ghcr.io/nestybox/ubuntu-impish-systemd-docker:latest
...
[ OK ] Started OpenBSD Secure Shell server.
[FAILED] Failed to start containerd container runtime.
See 'systemctl status containerd.service' for details.
[DEPEND] Dependency failed for Docker Application Container Engine.
[ OK ] Started User Login Management.
...
If you try to run docker within this sys-container you'll see that it will crash ...
Repro steps:
Inside the docker cli container:
The text was updated successfully, but these errors were encountered: