Commit 4a2c6f0
authored
Bind-mount /run/supervisor into Supervisor container (#167)
Supervisor creates its API sockets (e.g. core.sock) in /run/os and
bind-mounts the same host directory (/run/supervisor) into the Home
Assistant Core container. Without the mount on the Supervisor side, the
directory on the host is never populated and starting Core fails with
"bind source path does not exist: /run/supervisor". This matches the
production hassio-supervisor installer.1 parent 78ed199 commit 4a2c6f0
File tree
2 files changed
+2
-0
lines changed- apps/rootfs/usr/bin
- supervisor/rootfs/usr/bin
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments