leastauthority/mount-tmpfs
Create and mount a temporary file system in memory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| size | FS size in MB (>= 1) | yes | 1 |
| root | Root path for the mount point (default = working directory) | yes | . |
Outputs
| name | description |
|---|---|
| uuid | Device uuid of the disk |
| mnt | Mount path of the disk (=<root>/<uuid>) |