kolla-ansible/releasenotes/notes/docker-daemon.json-33d7618aa5a355a8.yaml
Mark Goddard 99f1096986 Tidy up release notes for Train
Change-Id: If72fd2c060c8ecd014a61338a3506d93578804b2
2019-10-24 11:08:35 +00:00

18 lines
580 B
YAML

---
features:
- |
Adds support for providing custom configuration options for the Docker
daemon via the ``docker_custom_config`` variable (JSON formatted).
upgrade:
- |
Docker engine configuration changes are now applied in
``/etc/docker/daemon.json`` file instead of altering the systemd unit
(which gets removed if present).
deprecations:
- |
Configuring Docker daemon via ``docker_custom_option`` (used in systemd
unit file) is deprecated in favour of ``docker_custom_config`` variable
which adds options to ``/etc/docker/daemon.json``.