Nicolas De loof

Results 981 comments of Nicolas De loof

`priority` indeed defines which network is connected first when creating container with moby engine, but AFAIK the actual engine implementation does not use it to define default gateway, but does...

AFAICT this is a docker engine issue. Let me know if you find a way to get the expected result by a combination of `docker run..` and `docker network connect`...

priority (as seen in https://github.com/moby/moby/blob/c14efb8deeb2cf5a716ab874c707f9a69228926c/libnetwork/sandbox.go#L677-L683) used to sort endpoints is not set by Docker Compose as API. So the result is you get sort applied by name (https://docs.docker.com/reference/api/engine/version/v1.45/#tag/Network/operation/NetworkConnect) does not...

The sole "cross project" command we support for now is `docker compose ls` I wonder how we could tweak the `stats` command UX to support this need.

Latest release (v2.33) manages all services to be rebuilt at once, and should resolve this issue. Can you give it a try ?

That's indeed sad this flag name was selected, but this is the legacy we have to deal with. We could use `--service-env-file` or something comparable, even verbose, to workaround this...

That's an interesting proposal. Being able to share compose files without the need to first copy/clone source is a common user request. An issue to address here is about the...

for reference, implementation of `-f` flag in kubectl relies on https://github.com/kubernetes/cli-runtime/blob/master/pkg/resource/builder.go#L242

What do you have in mind as "more robust and complex build configurations" when it comes to a single image being built ? AFAICT docker compose `build` definition gives you...

I can hardly imagine how compose could run bake build _while_ still managing multiple services declared in compose.yaml - especially as our middle terms plan is to remove native build...