We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ab9fa commit 0e0ac71Copy full SHA for 0e0ac71
linuxkit-templates/hook.template.yaml
@@ -79,6 +79,20 @@ services:
79
- name: ntpd
80
image: linuxkit/openntpd:v1.0.0
81
82
+ - name: udev # as a service; so system reacts to changes in devices
83
+ image: "${HOOK_CONTAINER_UDEV_IMAGE}"
84
+ command: [ "/lib/systemd/systemd-udevd", "--debug" ]
85
+ capabilities: [ all ]
86
+ binds: [ /dev:/dev, /sys:/sys, /lib/modules:/lib/modules ]
87
+ rootfsPropagation: shared
88
+ net: host
89
+ pid: host
90
+ devices:
91
+ - path: all
92
+ type: b
93
94
+ type: c
95
+
96
- name: acpi
97
image: "${HOOK_CONTAINER_ACPID_IMAGE}"
98
capabilities:
0 commit comments