mirror of https://github.com/docker/docs.git
engine: amend 23.0 release notes with overlooked change to the example systemd units
Signed-off-by: Bjorn Neergaard <bneergaard@mirantis.com>
This commit is contained in:
parent
c6234542cf
commit
f1bf8b03fc
|
@ -78,6 +78,7 @@ For a full list of pull requests and changes in this release, refer to the relev
|
|||
- API: Add a `CreateMountPoint` parameter to `POST /containers/create`. [moby/moby#43484](https://github.com/moby/moby/pull/43484)
|
||||
- API: Add a `shared-size` parameter to `GET /images/json` to enable shared-size computation of images. [moby/moby#42531](https://github.com/moby/moby/pull/42531)
|
||||
- API: Add a `type` parameter to `GET /system/df`, to control what object types to are considered when computing disk usage. [moby/moby#42559](https://github.com/moby/moby/pull/42559)
|
||||
- systemd: Use a systemd-managed containerd instead of a daemon-managed containerd. [moby/moby#42373](https://github.com/moby/moby/pull/42373)
|
||||
- systemd: Start `docker.service` after `time-set.target`. [moby/moby#43107](https://github.com/moby/moby/pull/43107)
|
||||
|
||||
### Removed
|
||||
|
|
Loading…
Reference in New Issue