@@ -194,7 +194,10 @@ Any unknown argument is passed directly to the `docker run` call, and
194
194
thus can be any normal Docker argument. If ` ,copy ` is included in the
195
195
` --mount ` command options, the directory will be copied before
196
196
mounting. This may be useful if the directory is on a network mount
197
- which the root docker can't access.
197
+ which the root docker can't access. It is recommended to always use
198
+ the form of options with ` = ` , such as ` --option=X ` , rather than
199
+ separating them with a space, to avoid problems with argument/option
200
+ detection.
198
201
199
202
200
203
@@ -230,8 +233,11 @@ envkernel singularity --name=NAME [envkernel options] [singularity options] [ima
230
233
default if you don't ` --contain ` .
231
234
232
235
Any unknown argument is passed directly to the ` singularity exec `
233
- call, and thus can be any normal Singularity arguments. The most
234
- useful Singularity options are (nothing envkernel specific here):
236
+ call, and thus can be any normal Singularity arguments. It is
237
+ recommended to always use the form of options with ` = ` , such as
238
+ ` --bind=X ` , rather than separating them with a space, to avoid
239
+ problems with argument/option detection. The most useful Singularity
240
+ options are (nothing envkernel specific here):
235
241
236
242
* ` --contain ` or ` -c ` : Don't share any filesystems by default.
237
243
0 commit comments