Nicolas De loof

Results 981 comments of Nicolas De loof

ok then, closing this issue so you can watch progress made on https://github.com/microsoft/Windows-Containers to cover this usage

I don't know who created the compose-spec logo, I guess the original design was vector-based and could be imported - maybe @nebuk89 knows? But this is compose-spec, not docker-compose I...

I've created a PR so compose project adopt this vectorized logo: https://github.com/ndeloof/compose/blob/logo_svg/logo.svg

Implemented using badges, see https://github.com/compose-spec/compose-spec/blob/master/08-configs.md

comparable PR https://github.com/compose-spec/compose-go/pull/572 was rejected for portability concerns

closing as https://github.com/compose-spec/compose-spec/pull/495 was merged

Can you please squash your commits and rebase, I'll enable auto-merge on this PR

auto-merge applied before squash, never mind

@gegles use `docker buildx bake` so you don't need this long command line and can reuse declarations from your compose file

compose v2 `config` do render the fully parsed compose model, as it is used to invoke on engine API and create container. Doing so, command is parsed into a slice...