Create root-.docker.mount

This commit is contained in:
Pascal Vizeli
2018-04-04 16:27:10 +02:00
committed by GitHub
parent 3cb2f054be
commit 1b7a93f9ed

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Docker persistent user
DefaultDependencies=no
Requires=mnt-overlay.mount
After=mnt-overlay.mount
Before=umount.target
Conflicts=umount.target
[Mount]
What=/mnt/overlay/root/.docker
Where=/root/.docker
Type=None
Options=bind
[Install]
WantedBy=hassio-bind.target