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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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