Xavier
91b5c79c5a
- Shields.io badges added to README.md with clarification on functionality present in pacwrap. - Stipulate the requirement for libalpm 14 or greater in README.md - Module documentation written in markdown located in /docs/ for filesystems and permissions modules - Help CLI refactored with format improvements and fixes. - Lock assert calls for container composition, creation, and remote sync - Added value opperand for process module in main frontend module
19 lines
532 B
Markdown
19 lines
532 B
Markdown
# Mount root
|
|
|
|
Mount the container's home directory into the container.
|
|
|
|
## Example
|
|
|
|
```
|
|
filesystems:
|
|
- mount: root
|
|
```
|
|
|
|
## Description
|
|
|
|
Provides the binding for the container's root filesystem. By default, this module
|
|
will bind the minimum required at `~/.local/share/pacwrap/root/[container_name]`
|
|
to allow for a functional userspace inside of the container. Please refer to the
|
|
[**to_root**](./to_root.md) module for more advanced options.
|
|
|
|
This module plays an important role in initializing the container's runtime environment.
|