diff options
Diffstat (limited to 'Dockerfiles/haproxy/README.md')
-rw-r--r-- | Dockerfiles/haproxy/README.md | 13 |
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 |