stan-quinn

Results 6 comments of stan-quinn

Can I give this an up vote. My box does have an /etc/fstab, but my root file system is read only, so vagrant can't change it. And even with "allow_fstab_modification...

@chrisroberts could you help with getting this merged? It seems related to #11897 and I saw your name mentioned there.

It looks like 2.3.7 is released and this change didn't make it into that. This is still an issue for me, with my read-only root file system. Is there anything...

I had this problem with docker not starting after upgrade from 4.30.0 to 4.31.1. After reading this thread I checked my C:\User\\.wslconfig. I had an entry "kernelCommandLine = ipv6.disable=1. I...

I think you have misunderstood. The 4.31.x needs ipv6 support enabled. (Strange but true). So, your kernel needs to support it, and you should check your .wslconfig and /etc/wsl.conf, to...

I'd like to up-vote fixing this bug. My devcontainer.json refs my docker-compose.yml, and that defines both an image: and a build:. Using "docker compose up" works as I expect, if...