dockerfiles
dockerfiles copied to clipboard
Windows Host: "Cannot determine cgroup we are running in: No medium found"
This image seems to require running on Linux with /sys/fs/cgroup:ro and therefore can't be run on windows host with linux images. Otherwise this is really cool.
Thanks! For your issue, I have no idea for a real fix except than trying Docker in Docker.
Thank you for trying @doug62 If the image was not tested on Windows, it would help to document that in the description (either supported or unsupported platforms).
I did not try it, but apparently Podman should simplify systemd containers.
Even if I agree that podman simplifies things on Linux (and I also use it at times), it is not related to the above issue (see https://podman.io/getting-started/installation#windows).
Docker does not run natively on Windows: do you use WSL2, the official Docker application or anything else?