aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfiles/haproxy/README.md
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-04-11 12:13:59 -0400
committerHarish Venkata Kajur <vk250x@att.com>2019-04-11 12:23:20 -0400
commit161624c39c54d6cac539ed11a641e9d2b8c6248c (patch)
treede8c8837637a9151e01d7e90600299da91e07261 /Dockerfiles/haproxy/README.md
parentb246959cee2989220eff5d3e92028c685a201b67 (diff)
Add haproxy Dockerfile related files
Issue-ID: AAI-2235 Change-Id: If4d4439aa0e61e0f00ae4e2b6f1dcfdf50a79dff Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'Dockerfiles/haproxy/README.md')
-rw-r--r--Dockerfiles/haproxy/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Dockerfiles/haproxy/README.md b/Dockerfiles/haproxy/README.md
new file mode 100644
index 00000000..4d677051
--- /dev/null
+++ b/Dockerfiles/haproxy/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