-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devcontainer nos honoring dev.containers.dockerComposePath #10087
Comments
The shows |
Is there any way to specify in vscode how podman compose called? Maybe I can add an envvar before calling it |
You could start VS Code with an env variable set. Or: Add it to your local |
Starting vscode witht the envar set is not an option. VSCode is connected to a remote session via ssh, and is in that ssh session where I want to start a devcontainer. Setting PODMAN_COMPOSE_PROVIDER=podman-compose in zshrc (in the ssh remote server) is not working. I guess the file is not read when the session is open |
Please append the Dev Containers log from when this happens. ( It should read env variables from your default shell. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
VSCode Version: 1.91.1
Local OS Version: Linux
Remote OS Version: Linux
Remote Extension/Connection Type: Containers
Logs:
Steps to Reproduce:
When I set the dockerComposePath to podman-compose, devcontainer still tries to use docker-compose.
The text was updated successfully, but these errors were encountered: