diff options
author | Ubuntu <dm00536893@techmahindra.com> | 2024-11-12 11:40:13 +0100 |
---|---|---|
committer | Ubuntu <dm00536893@techmahindra.com> | 2024-11-12 11:40:39 +0100 |
commit | cf654cc50768d75be86b0c26301669a1dcd7ac34 (patch) | |
tree | 9bbe3f1981bb49645b07aaa8ba02dcc4e205132b | |
parent | 68f63ad07e4f049f3b8e0f81d1a200640da7c2e6 (diff) |
adding README
Issue-ID: POLICY-5138
Change-Id: If8fb0c9097b43938e57c61abc45905c3b26479be
Signed-off-by: Ubuntu <dm00536893@techmahindra.com>
-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 + |