Skip to content

Commit e4c55cb

Browse files
Mount Host /run into udev onboot container:
This puts the /run data from udev into the root filesystem as opposed to just the udev container filesystem. This is needed because other containers need access to this data. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent f5b52b8 commit e4c55cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxkit-templates/hook.template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ onboot:
4949
- /dev:/dev
5050
- /sys:/sys
5151
- /lib/modules:/lib/modules
52+
- /run:/run
5253
rootfsPropagation: shared
5354
devices:
5455
- path: all

0 commit comments

Comments
 (0)