a5808ad8ba
Instead of changing Docker daemon command line let's change config for Docker instead. In /etc/docker/daemon.json file as it should be. Custom Docker options can be set with 'docker_custom_config' variable. Old 'docker_custom_option' is still present but should be avoided. Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com> Change-Id: I1215e04ec15b01c0b43bac8c0e81293f6724f278
19 lines
611 B
YAML
19 lines
611 B
YAML
---
|
|
features:
|
|
- |
|
|
Add custom option for docker daemon by altering "docker_custom_config"
|
|
variable (json formatted).
|
|
|
|
upgrade:
|
|
- |
|
|
Docker engine configuration changes are now done in
|
|
"/etc/docker/daemon.json" file instead of altering systemd unit (which
|
|
gets removed if present). Also "docker_custom_option" got replaced by
|
|
"docker_custom_config" variable (json formatted).
|
|
|
|
deprecations:
|
|
- |
|
|
Configuring Docker daemon by "docker_custom_option" (used in systemd unit
|
|
file) is deprecated in favour of "docker_custom_config" variable (stored in
|
|
"daemon.json" config file.
|