Replies: 1 comment 1 reply
-
Hi 👋 Are you facing issues where downloading the Feature fails? If yes, then devcontainers/cli#281 looks related. However, if that's not the case, then I wonder if |
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
-
Hi
I have an issue using a devcontainers on Mac OS behind a tls-intercepting corporate proxy in vscode. Basically I can build the container using image and features. But when I use dockerComposeFile and features it gives me an error:
I'm not really sure in which repo I should open the issue.
Docker Compose that doesn't work
devcontainer.json
docker-compose.yml
Plain Image that works
devcontainer.json
Do I miss something in the docker compose variant?
You can find the full logs and environment details here: https://github.com/maederm/devcontainer-proxy-issue
Beta Was this translation helpful? Give feedback.
All reactions