Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker.md #262

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading