AvishayHirsh
AvishayHirsh
@samruddhikhandale first thanks for your reply :) > The dev container CLI is designed to reuse existing containers if they match the specified configuration to avoid unnecessary container creation. When...
> You could use the `COMPOSE_PROJECT_NAME` environment variable to set the project name (https://docs.docker.com/compose/project-name/#set-a-project-name). As you note, this will change volume names, maybe you can use external volumes where you...
@samruddhikhandale btw seems to be same as https://github.com/devcontainers/cli/issues/370
the issue somehow always reproduced in some env setup i do not have access anymore so unfortunately i can't reproduice , but i think the Exception stack is enough to...
runArgs is not a field that can be inherited from base image , Take a look at the spec merge-logic : https://containers.dev/implementors/spec/#merge-logic so you'll have to put runArgs in the...
Sounds like legit request .... i think you can put it in https://github.com/devcontainers/spec/discussions/categories/ideas
I can report that after several testings the issue does not reproduce with 3.41.1 **After reset to docker desktop settings** . Meaning , there is a combination of version 3.39+...
> I can reproduce the issue without ever having Docker Desktop installed at all. So whatever causes the issue doesn't seem to be necessarily related to Docker Desktop. Docker desktop...