Skip to content

Commit

Permalink
Remove --rm
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jul 5, 2024
1 parent e9d5015 commit 2b560fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pull and run Docker image:

```bash
docker pull ghcr.io/h10y/faithful/py-shiny:latest
docker run --rm -p 8080:3838 ghcr.io/h10y/faithful/py-shiny:latest
docker run -p 8080:3838 ghcr.io/h10y/faithful/py-shiny:latest
```

Containerized version:
Expand Down
2 changes: 1 addition & 1 deletion r-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pull and run Docker image:

```bash
docker pull ghcr.io/h10y/faithful/r-shiny:latest
docker run --rm -p 8080:3838 ghcr.io/h10y/faithful/r-shiny:latest
docker run -p 8080:3838 ghcr.io/h10y/faithful/r-shiny:latest
```

Containerized version:
Expand Down

0 comments on commit 2b560fe

Please sign in to comment.