-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It would be really handy if ContainerShell could support some mount options in the config.ini.
Multiple mount points
Mounting the same location on the host to multiple different location inside the container would be great! I image the config.ini syntax would be something like:
[mounts]
/my/host/directory=/mnt/foo,/mnt/bar
The , defines multiple paths inside the host. With the example, users inside the container would be listing /my/host/directory whenever they did an ls /mnt/foo or an ls /mnt/bar
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request