adding README 76/139276/1
authorUbuntu <dm00536893@techmahindra.com>
Tue, 12 Nov 2024 10:40:13 +0000 (11:40 +0100)
committerUbuntu <dm00536893@techmahindra.com>
Tue, 12 Nov 2024 10:40:39 +0000 (11:40 +0100)
Issue-ID: POLICY-5138
Change-Id: If8fb0c9097b43938e57c61abc45905c3b26479be
Signed-off-by: Ubuntu <dm00536893@techmahindra.com>
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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
+