pacwrap/docs/filesystems/root.md
Xavier 91b5c79c5a Further documentation and overhaul of the help menu CLI
- 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
2024-03-30 21:47:20 -04:00

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.