Fix docker in docker not working in ubuntu 26.04#1634
Fix docker in docker not working in ubuntu 26.04#1634SrzStephen wants to merge 2 commits intodevcontainers:mainfrom
Conversation
…nges nat': Table does not exist (do you need to insmod?)\nPerhaps iptables or your kernel needs to be upgraded.\n (exit status 3)
|
I'm trying to touch the least code possible since I don't fully understand why the debian specific check was added here #1425 looks like it's trying to accomplish a similar thing but lacks the fallback that this has so the tests fail, arguably this PR should be made on top of that since #1425 has actually added tests for this case, but I'm not sure why it hasn't been merged in yet so I'm trying a smaller commit here. fork-features on fix-1235 [!] Edit: |
|
@SrzStephen Thank you for your contribution! This seems to be similar to #1637. I've looped in @Kaniska244 who created that PR to understand the approach we should take here. |
Closes #1633
#1235 references fedora specifically and I see a few merges that are already in that seem to be fedora specific
I have intentionally tried to only touch the existing ubuntu components that I am able to test
Testing
devcontainer features test --features docker-in-docker --filter docker_build --project-folder .Before
After