Mount the dockerconfig into the supervisor container
This commit is contained in:
parent
c384c3bee2
commit
5a4cae2e62
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ runSupervisor() {
|
||||||
$APPARMOR \
|
$APPARMOR \
|
||||||
--security-opt seccomp=unconfined \
|
--security-opt seccomp=unconfined \
|
||||||
-v /run/docker.sock:/run/docker.sock \
|
-v /run/docker.sock:/run/docker.sock \
|
||||||
|
-v ~/.docker/config.json:/etc/dockerconfig \
|
||||||
-v /run/dbus:/run/dbus \
|
-v /run/dbus:/run/dbus \
|
||||||
-v /etc/machine-id:/etc/machine-id:ro \
|
-v /etc/machine-id:/etc/machine-id:ro \
|
||||||
-v "${HASSIO_DATA}":/data:rw \
|
-v "${HASSIO_DATA}":/data:rw \
|
||||||
|
|
Loading…
Reference in a new issue