Replies: 1 comment 1 reply
-
I recently encountered the same issue. After I changed the dockerDashComposeVersion to a specific version likev2.24.5, I was able to successfully create the dev container. Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I wanna be a commiter. My computer is windows. I use wsl for my codding. In my wsl, I use fastgithub to connect github. I also use docker mirror. But when I rebebuild and reopen the devContainer, I meet the neterror. I can curl 'https://github.com/docker/compose/' in my wsl.
`
94.20 Setting up moby-compose (2.34.0-debian12u1) ...
94.23 Finished installing docker / moby!
216.2 fatal: unable to access 'https://github.com/docker/compose/': Failed to connect to github.com port 443 after 129653 ms: Couldn't connect to server
[2025-04-01T02:05:38.165Z]
216.2 (!) Invalid compose_version value: 2\nValid values:\n
216.2 ERROR: Feature "Docker (Docker-in-Docker)" (ghcr.io/devcontainers/features/docker-in-docker) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/docker-in-docker for help troubleshooting this error.
`
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions