Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: adapt example-readmes to trusted execution #42

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/fmriprep-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Configure the dataset in which you want to collect the results of the (re)comput
Add a `datalad-remake` special remote:

```bash
> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none
> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none allow_untrusted_execution=true
```

### Add template
Expand All @@ -89,7 +89,7 @@ To test the example, run:

```bash
> cd $HOME/my-project
> datalad make -I input.txt -O output.txt -P parameter.txt fmriprep-docker
> datalad make -I input.txt -O output.txt -P parameter.txt --allow-untrusted-execution fmriprep-docker
```

You can also do that in `debug` mode:
Expand Down
4 changes: 2 additions & 2 deletions examples/fmriprep-singularity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Configure the dataset in which you want to collect the results of the (re)comput
Add a `datalad-remake` special remote:

```bash
> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none
> git annex initremote datalad-remake type=external externaltype=datalad-remake encryption=none allow-untrusted-execution=true
```

### Add template
Expand All @@ -92,7 +92,7 @@ To test the example, run:

```bash
> cd $HOME/my-project
> datalad make -I input.txt -O output.txt -P parameter.txt fmriprep-singularity
> datalad make -I input.txt -O output.txt -P parameter.txt --allow-untrusted-execution fmriprep-singularity
```

You can also do that in `debug` mode:
Expand Down