diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..40454fe --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Running docker policy-opa-pdp + +## Building Docker Image. +docker build -f ./build/Dockerfile -t opa-pdp:1.1.1 . + +## Running the containers and Testing + +1. docker image ls | grep opa-pdp + +2. inside test directory run - docker-compose down + +3. docker-compose up -d + +4. docker logs -f opa-pdp + |