Skip to content

Commit

Permalink
add missing -e --containall
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay authored Jul 26, 2024
1 parent 17e8205 commit 74f749b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ If you bind the newly scaffolded directory on its own, you can simply use the `-

```
apptainer exec \
-e --containall \
-B /path/to/dicoms:/dicoms:ro \
-B /path/to/bids/new_scaffold:/bids \
dcm2bids.sif dcm2bids_helper -o /bids -d /dicoms
Expand Down Expand Up @@ -120,6 +121,7 @@ You can also [deface your data](use-advanced-commands.md#post_op) and [validate

```
apptainer run \
-e --containall \
-B /path/to/dicoms:/dicoms:ro \
-B /path/to/config.json:/config.json:ro \
-B /path/to/bids/new_scaffold:/bids \
Expand Down

0 comments on commit 74f749b

Please sign in to comment.