Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
The second line calling deid locally after running the docker container doesn't make any sense. Also I think that adding `--help` helps to show how this docker container could be used.
  • Loading branch information
nbelakovski-mssm authored and vsoch committed Jun 17, 2024
1 parent 6c53118 commit 4ca38ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/_docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ When you are ready, try running {{ site.title }} using it. This first command wi
access the deid executable:

```bash
$ docker run {{ site.docker }}
$ deid
$ docker run {{ site.docker }} --help
usage: deid [-h] [--quiet] [--debug] [--version] [--outfolder OUTFOLDER]
[--format {dicom}] [--overwrite]
{version,inspect,identifiers} ...
deid: error: too few arguments
...
```

It might also be desired to shell into the container and interact with deid
Expand Down

0 comments on commit 4ca38ee

Please sign in to comment.