mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-21 10:17:33 +00:00
The deprecated-key-path option is no longer handled, but it doesn't cause
problems because the key is explicitly ignored. It was completely removed in
Docker 19.03.0 [1].
As such, the option and the pre-start script to fix the corrupted key.json can
be removed now, as it has no effect, only printing confusing message when
Docker service fails to start.
[1] 98fc09128b
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"log-driver": "journald",
|
|
"log-opts": {
|
|
"tag": "{{.Name}}"
|
|
},
|
|
"data-root": "/mnt/data/docker",
|
|
"bip": "172.30.232.1/23"
|
|
}
|