How to make an FS instance? #267
-
|
Hi! Rather than configuring a global FS, I want get an object that matches NodeFS's type. I found I can use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @alexgleason, You can use contexts, specifically by passing a For multiple sets of mounts, you will have to use |
Beta Was this translation helpful? Give feedback.
Hey @alexgleason,
You can use contexts, specifically by passing a
ContextInitobject tobindContextfunction. This feature is intended for advanced use cases where you need to have multiple configurations.For multiple sets of mounts, you will have to use
configureuntil mount namespaces are added (see #218).