summaryrefslogtreecommitdiffstats
path: root/aai-common-docker/aai-haproxy-image/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'aai-common-docker/aai-haproxy-image/README.md')
-rw-r--r--aai-common-docker/aai-haproxy-image/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/aai-common-docker/aai-haproxy-image/README.md b/aai-common-docker/aai-haproxy-image/README.md
new file mode 100644
index 00000000..4d677051
--- /dev/null
+++ b/aai-common-docker/aai-haproxy-image/README.md
@@ -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