Nicolas De loof

Results 981 comments of Nicolas De loof

tested with https://github.com/docker/compose/pull/11207 and confirmed issue is fixed using compose-go/v2

Please open a fresh new issue. The main question to address is "_how to display status for N services when N > terminal height?_". Any suggestion is welcome

with your setup, `docker compose config` makes it clear `pull_policy: always` is preserved after override has been applied, and so it is expected the image reference is pulled and used...

syntax for networks is either : - a mapping, then entry under `networks` must be a string key (so the reported error) ```yaml some-service: networks: some-network: aliases: - alias1 -...

AFAICT this has been fixed by https://github.com/docker/compose/pull/10067 Could you please try to reproduce with latest release (v2.17.3) ?

As long as system packages are managed by docker/docker-ce-packaging and we don't get release cycles aligned there's nothing we can do to enforce latest compose release is available by this...

I understand the frustration but this is a larger organization-level discussion to have to refactor the package repository distribution pipeline. docker/docker-ce-packaging would be the best place to track required changes...

I only can agree this _must_ be fixed, but unfortunately this repo is not the right place to have impact on this as the compose team has no impact on...

my comment was for anyone joining this conversation, not just you (obviously)

> What about changing the documentation for Docker Compose? docs already includes instructions for both installation approaches: https://docs.docker.com/compose/install/linux/ Please also note, while the _latest_ version may not be immediately available...