1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-25 11:19:49 +01:00
Files
operating-system/buildroot-external/rootfs-overlay/etc/docker/daemon.json
Stefan Agner a6445af712 Remvoe image name from journald tag/identifier (#2118)
The image name is stored in a separate field IMAGE_NAME as well. This
allows to use the container name (e.g. `hassio_supervisor`) to get logs
of all Supervisors independent of the image name (which differs for
every version).
2022-09-08 12:20:02 +02:00

12 lines
268 B
JSON

{
"storage-driver": "overlay2",
"log-driver": "journald",
"experimental": true,
"ip6tables": true,
"log-opts": {
"tag": "{{.Name}}"
},
"data-root": "/mnt/data/docker",
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json"
}