An extra list of directories that is bound to the container.
Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{ "/home" = { hostPath = "/home/alice";
isReadOnly = false; };
}
An extra list of directories that is bound to the container.
attribute set of (submodule)
{ }
{ "/home" = { hostPath = "/home/alice";
isReadOnly = false; };
}