mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-22 02:16:43 +00:00
Add procfs label
Change-type: minor Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
947deb3cc6
commit
89a9d85e87
@ -371,6 +371,8 @@ export function addFeaturesFromLabels(
|
||||
);
|
||||
},
|
||||
'io.balena.features.sysfs': () => service.config.volumes.push('/sys:/sys'),
|
||||
'io.balena.features.procfs': () =>
|
||||
service.config.volumes.push('/proc:/proc'),
|
||||
};
|
||||
|
||||
_.each(features, (fn, label) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user