Add support for containerd.sock in supervisor
This commit is contained in:
parent
8f0a7f3808
commit
fb8e613ca4
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ if [ -z "${SUPERVISOR_CONTAINER_ID}" ]; then
|
|||
--name hassio_supervisor \
|
||||
--privileged --security-opt apparmor="hassio-supervisor" \
|
||||
-v /run/docker.sock:/run/docker.sock:rw \
|
||||
-v /run/containerd/containerd.sock:/run/containerd/containerd.sock:rw \
|
||||
-v /run/systemd-journal-gatewayd.sock:/run/systemd-journal-gatewayd.sock:rw \
|
||||
-v /run/dbus:/run/dbus:ro \
|
||||
-v /run/supervisor:/run/os:rw \
|
||||
|
|
Loading…
Reference in a new issue