Skip to content

Commit

Permalink
add Dockerfile instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dpendolino committed Oct 26, 2023
1 parent b625d32 commit 4b48636
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ Or download the latest compiled release [here](https://github.com/cado-security/

You can run this from your local laptop, or from a virtual machine in your cloud provider.

#### Docker ####

Build with:
``` docker build -t cloudgrep . ```

Run with:
``` docker run --rm -ti cloudgrep ```

To pass environment variables, e.g. for AWS:
``` docker run --rm --env-file <(env|grep AWS) -ti cloudgrep```

### Running in your Cloud and Authentication ###

#### AWS ####
Expand Down

0 comments on commit 4b48636

Please sign in to comment.