You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ _Neurodocker_ is a command-line program that generates custom Dockerfiles and Si
20
20
Use the _Neurodocker_ Docker image (recommended):
21
21
22
22
```shell
23
-
$ docker run --rm kaczmarj/neurodocker:0.4.3 --help
23
+
$ docker run --rm kaczmarj/neurodocker:0.5.0 --help
24
24
```
25
25
26
26
_Note_: Do not use the `-t/--tty` flag with `docker run` or non-printable characters will be a part of the output (see [moby/moby#8513 (comment)](https://github.com/moby/moby/issues/8513#issuecomment-216191236)).
@@ -234,11 +234,11 @@ _Note_: Do not use the `-t/--tty` flag with `docker run` or non-printable charac
234
234
### Docker
235
235
236
236
```shell
237
-
$ docker run --rm kaczmarj/neurodocker:0.4.3 generate docker \
237
+
$ docker run --rm kaczmarj/neurodocker:0.5.0 generate docker \
0 commit comments