Skip to content

Commit

Permalink
Add another Docker example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Feb 18, 2024
1 parent 00ba154 commit 3f800c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ To run `rat` inside Docker:
# Build (you just need to do this once)
docker build . -t rat:latest

# Run rat in interactive mode
docker run -it rat:latest

# Example of running rat with arguments
docker run rat:latest rat --regex '(a|a)*b'
```
Expand Down

0 comments on commit 3f800c9

Please sign in to comment.