multipass mount <source> <target...>
Mount a local directory in the instance
Arguments
Name | Description |
---|
source | Path to the local directory to mount |
target | Target mount points, in <name>[:<path>] format, where <name> is an instance name, and optional <path> is the mount point. If omitted, the mount point will be the same as the source's absolute path |
Options
Name | Description |
---|
-g, --gid-map <host:instance> | A mapping of group IDs for use in the mount. File and folder ownership will be mapped from <host> to <instance> inside the instance. Can be used multiple times |
-u, --uid-map <host:instance> | A mapping of user IDs for use in the mount. File and folder ownership will be mapped from <host> to <instance> inside the instance. Can be used multiple times |