Mount the dockerconfig into the supervisor container

This commit is contained in:
Dávid Halász 2020-09-10 20:24:20 +02:00
parent c384c3bee2
commit 5a4cae2e62
No known key found for this signature in database
GPG key ID: 13312B214324784B

View file

@ -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 \