From 5a4cae2e625331ee4802853de918e1589d19512d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Hal=C3=A1sz?= Date: Thu, 10 Sep 2020 20:24:20 +0200 Subject: [PATCH] Mount the dockerconfig into the supervisor container --- files/hassio-supervisor | 1 + 1 file changed, 1 insertion(+) diff --git a/files/hassio-supervisor b/files/hassio-supervisor index 8a31502..48fe15d 100644 --- a/files/hassio-supervisor +++ b/files/hassio-supervisor @@ -29,6 +29,7 @@ runSupervisor() { $APPARMOR \ --security-opt seccomp=unconfined \ -v /run/docker.sock:/run/docker.sock \ + -v ~/.docker/config.json:/etc/dockerconfig \ -v /run/dbus:/run/dbus \ -v /etc/machine-id:/etc/machine-id:ro \ -v "${HASSIO_DATA}":/data:rw \