Merge pull request #36116 from yongtang/34655-follow-up
Update API version history for `Init` with `POST /containers/create`
This commit is contained in:
commit
4b9b8d6278
1 changed files with 3 additions and 1 deletions
|
@ -236,7 +236,9 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|||
* `POST /secrets/{id}/update` updates the secret `id`.
|
||||
* `POST /services/(id or name)/update` now accepts service name or prefix of service id as a parameter.
|
||||
* `POST /containers/create` added 2 built-in log-opts that work on all logging drivers,
|
||||
`mode` (`blocking`|`non-blocking`), and `max-buffer-size` (e.g. `2m`) which enables a non-blocking log buffer.
|
||||
`mode` (`blocking`|`non-blocking`), and `max-buffer-size` (e.g. `2m`) which enables a non-blocking log buffer.
|
||||
* `POST /containers/create` now takes `HostConfig.Init` field to run an init
|
||||
inside the container that forwards signals and reaps processes.
|
||||
|
||||
## v1.24 API changes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue