Skip to content

Commit

Permalink
Merge pull request #262 from nbelakovski-mssm/update_docker_docs
Browse files Browse the repository at this point in the history
Update docker.md
  • Loading branch information
vsoch authored Jun 17, 2024
2 parents 6c53118 + 4ca38ee commit 5a3a8fe
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 5a3a8fe

Please sign in to comment.