forked from iocage/iocage
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to setup mountpoints when fetching a plugin
Add the option --mountpoints/-M to the fetch subcommand. It gives the possibility to setup one or many mountpoints at the jail creation of a plugin, before the initial start. It mimicks the format of the Docker --volume option: source:destination[:options] Example: iocage fetch -P ./plugin.json -M /mnt/tank/plugin-data:/data:ro
- Loading branch information
Romain LE DISEZ
committed
Dec 30, 2021
1 parent
ea74589
commit e572531
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters