You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several users have reported interest in custom jail config parameters. libiocage refuses to store unknown jail config properties and warns when there are unknown ones defined in an existing configuration. To get around this issue configuring custom properties, libiocage should accept a namespace for such variables.
The namespace prefix used should be user., for example:
ioc set user.myproperty="Some Value" <JAIL>
The text was updated successfully, but these errors were encountered:
Several users have reported interest in custom jail config parameters. libiocage refuses to store unknown jail config properties and warns when there are unknown ones defined in an existing configuration. To get around this issue configuring custom properties, libiocage should accept a namespace for such variables.
The namespace prefix used should be
user.
, for example:The text was updated successfully, but these errors were encountered: