Nicolas De loof

Results 981 comments of Nicolas De loof

I hardly understand how M3 would have any impact as I'm already not running with the host' plaform. Can you please confirm you can reproduce this issue with my basic...

Can you please run `docker inspect` on container created by compose, which has stopped ? Please confirm platform is well set, and capture exit code / state please note this...

Yes this _should_ work, if requested platform is not supported `compose up` should not succeed to create container. Can you please confirm you successfully can run this same image using...

> the docker run command is not working either. ok so this isn't a docker compose issue ! You should report on github.com/docker/cli > Also, I can start an interactive...

can you reproduce running `docker run -it --entrypoint /bin/bash xxx`? could you also please try to use a minimalist Dockefile (just `FROM alpine` for example) to confirm this is a...

AFAICT this issue has been fixed by https://github.com/docker/compose/pull/11725

ssh connexion to a remote docker engine is provided by github.com/docker/cli, there's nothing we can do from compose to make it more robust unfortunately

`env_file` property in the `include` attribute is only used for interpolation of the included compose model, it has no impact on the services environment

Then you don't need `env_file` set in your `include`, just load your whole compose project with `--env-file` flag so values are available for interpolation

`ci` workflow is triggered by push to `main` but also by pull_requests, and this doesn't make sense to build this src archive for PRs `merge` workflow is used for stuff...