Nicolas De loof

Results 115 issues of Nicolas De loof

fixes https://github.com/docker/compose/issues/10857

**What I did** avoid use of hard-coded ANSI sequence, adopt morikuni/aec to align with docker/cli **Related issue** blocked by https://github.com/morikuni/aec/pull/5 **(not mandatory) A picture of a cute animal, if possible...

**- What I did** introduced ability to opt-in for engine socket to be exposed in container. this offers an alternative implementation for docker/cli `--use-api-socket` **- How I did it** **-...

kind/feature
area/docs
impact/changelog
area/daemon
module/api

**- What I did** Made 0-impacts changes to swagger.yaml to make code generation easier - declared ImageHistoryResponseItem as a top-level schema so we don't need a custom operation template Those...

area/networking
area/images
area/daemon
module/api
module/client

**- What I did** while json-lines isn't (yet) an official Mime type (https://github.com/wardi/jsonlines/issues/19), [OpenAPI 3.2 support for JSON streams](https://www.openapis.org/blog/2025/09/23/announcing-openapi-v3-2#sequential-and-streaming-data refers to "application/jsonl" as a commonly used mime type. **- How...

area/daemon
module/api
module/client

**- What I did** Introduced extensibility for dockerd API **- How I did it** - discover extensions as unix domain sockets in `/var/lib/docker/extensions.d` - use socket file name as path...

area/docs
area/daemon
area/dependencies

**- What I did** Migrated API definition to OpenAPI 3 **- How I did it** - API spec has ben migrated using [swagger2openapi](https://www.npmjs.com/package/swagger2openapi) ``` swagger2openapi api/swagger.yaml --yaml -o api/openapi.yaml -t...

area/docs
area/networking
impact/changelog
area/swarm
area/volumes
area/images
module/api
module/client

**- What I did** Introduce `bind-create-host-path` option to control engine behaviot regarding a missing mount point See `create_host_path` attribute on https://github.com/compose-spec/compose-spec/blob/main/05-services.md#long-syntax-5 **- How I did it** **- How to verify...

# What I did Extracted the `config` package into a dedicated (sub)module, so third-party component which need to interact with CLI config can use this codebase without inheriting the whole...

## What does this PR do? use compose SDK (docker/compose/v5) This is a sanity-check PR before compose v5.0.0 release ## Why is it important? This is the first release with...