mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
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).
This commit is contained in:
parent
cb58b14e06
commit
a6445af712
@ -4,7 +4,7 @@
|
|||||||
"experimental": true,
|
"experimental": true,
|
||||||
"ip6tables": true,
|
"ip6tables": true,
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"tag": "{{.ImageName}}/{{.Name}}"
|
"tag": "{{.Name}}"
|
||||||
},
|
},
|
||||||
"data-root": "/mnt/data/docker",
|
"data-root": "/mnt/data/docker",
|
||||||
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json"
|
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user