Skip to content

Commit

Permalink
Add support for containerd.sock in supervisor (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 authored Jan 17, 2024
1 parent 5b8fd2b commit 13ffd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant-supervised/usr/sbin/hassio-supervisor
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 13ffd23

Please sign in to comment.