Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Uptate README for POLICY_FILE docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
birkland committed May 20, 2019
1 parent e7123b6 commit 6e96ebb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ To build the policy service image, do

docker-compose build

ci is set up to automatically build and deploy an image to dockerhub upon commit to `master`, tagged as `:latest`. For tags pushed to github, ci will automatically build and
ci is set up to automatically build and deploy an image to dockerhub upon commit to `master`, tagged as `:latest`. For tags pushed to github, ci will automatically build and
deploy an image whose tag matches the git tag.

### Docker Configuration

The only configuration is via the `POLICY_FILE` environment variable. This points to a policy rules DSL file (accessible in the container, either built-in, or mounted)

Built-in policy files include `docker.json` (default, works in the `pass-docker` environment), and `aws.json` (works in an AWS environment).

0 comments on commit 6e96ebb

Please sign in to comment.