expand
This commit is contained in:
parent
106373c53b
commit
a9df446d5d
1 changed files with 10 additions and 0 deletions
|
@ -68,3 +68,13 @@ documentation for details about these options.
|
||||||
|
|
||||||
* `--no-compat`
|
* `--no-compat`
|
||||||
* `--fakeroot`
|
* `--fakeroot`
|
||||||
|
|
||||||
|
For example, passing the --fakeroot option:
|
||||||
|
|
||||||
|
git-annex addcomputed --to=singularity -- --fakeroot debian.sif foo bar -- baz -- sh -c 'cat foo bar > baz'
|
||||||
|
|
||||||
|
Since singularity happens to also accept `--fakeroot=1` and
|
||||||
|
`--no-compat=1`, it's also possible to set these options by
|
||||||
|
default in initremote:
|
||||||
|
|
||||||
|
git-annex initremote foo type=compute program=git-annex-compute-singularity passthrough=imageconvert.sif -- --fakeroot=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue