here i m facing the problems
portainer could not open the local docker /var/run/docker.sock in windows docker 4.52.0
it s working fine on version 4.51.0
even using default config
a another problem No More /etc/fstab setup? - Docker Desktop - Docker Community Forums
the setup is create a network driver in windows as Z:
add Z: /mnt/host/z drvfs nofail 0 0 to \etc\fstab and mkdir -p ./mnt/host/z
after version 4.43.2 all the setup in wsl -d docker-desktop wont be saved ⊠now need edit wsl/resource/ext4.vhx or wsl-bootstrap.tar to make the etc changing happenâŠ
I tried too and it dosnât work for me either. docker inspect portainer shows that /run/host-services/docker.proxy.sock was mounted from the virtual machine, not /var/run/docker.sock, which also exists.
It looks like a bug to me, because the Portainer extension doesnât work either..
No, it is not a bug. Using the right client like this works:
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock docker:29-cli sh
But portainer still doesnât support the new Docker version that came with the new Docker Desktop.
Interestingly I have had problems with testcontainers (with testcontainers 2.0.2) as well, once I down graded the min-api-version it seems to be working as well.