Add haproxy Dockerfile related files
[aai/aai-common.git] / Dockerfiles / haproxy / README.md
diff --git a/Dockerfiles/haproxy/README.md b/Dockerfiles/haproxy/README.md
new file mode 100644 (file)
index 0000000..4d67705
--- /dev/null
@@ -0,0 +1,13 @@
+# AAI HAProxy README
+
+### Building the image
+
+Run the following command if building the image in internal network
+
+```bash
+    export NEW_VERSION=<NEW_VERSION>
+    docker build \
+           -t aaionap/haproxy:${NEW_VERSION} .
+```
+
+Replace the NEW\_VERSION with the new docker image version for haproxy