mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Create root-.docker.mount
This commit is contained in:
parent
3cb2f054be
commit
1b7a93f9ed
@ -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
|
Loading…
x
Reference in New Issue
Block a user