We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4760de0 commit 944c018Copy full SHA for 944c018
README.md
@@ -164,15 +164,15 @@ Note: docker has not been fully tested, but has been reported to work.
164
### Docker example
165
166
```shell
167
-envkernel singularity --name=NAME --pwd --bind /m/jh/coursedata/:/coursedata /path/to/image.simg
+envkernel docker --name=NAME --pwd --bind /m/jh/coursedata/:/coursedata /path/to/image.simg
168
```
169
170
### Docker mode arguments
171
172
General invocation:
173
174
175
-envkernel singularity --name=NAME [envkernel options] [singularity options] [image]
+envkernel docker --name=NAME [envkernel options] [singularity options] [image]
176
177
178
* `image`: Required positional argument: name of docker image to run.
0 commit comments