Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdlees committed May 21, 2024
1 parent b52b3a0 commit 6096d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker run --rm --network host -ti --user shiny -p 3838:3838 airrc/rep-cred:late
To open a terminal inside the container use:

```
docker run --rm --user shiny -p 3838:3838 airrc/rep-cred:latest bash
docker run --rm -ti --user shiny -p 3838:3838 airrc/rep-cred:latest bash
```

## Docker - command line
Expand Down

0 comments on commit 6096d7d

Please sign in to comment.