aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Watkins <mwatkins@linuxfoundation.org>2024-11-12 14:12:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-11-12 14:12:32 +0000
commit76f416326ce7989581291d96813c4f1df38a59d2 (patch)
tree0834448ceb49f30f8c0d1bed016fe000b67a497b /README.md
parent5b7cb03c00b6e8bebbb8f0483c203012d1d6ba1f (diff)
parentcf654cc50768d75be86b0c26301669a1dcd7ac34 (diff)
Merge "adding README"
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
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
+