kyleburke-meq
kyleburke-meq
I am also getting this error. Was this ever resolved?
@Rich107 heres an example of 2 devcontainers: `app_1.devcontainer.json`: ``` { "name": "App 1", "dockerComposeFile": "../../docker-compose.yaml", "service": "app_1", } ``` `app_2.devcontainer.json`: ``` { "name": "App 2", "dockerComposeFile": "../../docker-compose.yaml", "service": "app_2", }...
@Rich107 I want all the containers running in compose. however, i also need a few of them them to be devcontainers (utilizing the same containers docker-compose spun up) so i...
@Rich107 I dont have a working compose file for this example. however my real projects compose file works with vscode so im not sure thats the issue. what I want...
@Rich107 Oh i see. that may make sense and I can give it a try though I think devpod using the existing containers may be simplest for my workflow. for...
@Rich107 i am not see this experimental tab. i have the beta features tab but it does not have the setting in your screenshot. this is on docker desktop 4.45.0...
@Rich107 ah looks like thats only available in the desktop app. im using the cli. but it possibly is the feature im looking for.