Anyone successfully using docker in docker feature with devcontainers in VSCode? I get the following on both 41.20250105 and 41.20241215 when I use the docker ps command inside a devcontainer:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
It might be kernel related per the issue below, but I’ve rolled back to 41.20241215 (kernel 6.11.6-300) which doesn’t appear to resolve the problem.