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