diff options
author | James Forsyth <jf2512@att.com> | 2019-08-15 17:10:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-15 17:10:36 +0000 |
commit | 55228282b74da3ee98619fbb4604d0f21a75cf4c (patch) | |
tree | abb60eff8c42e4796c7a026e675fdde822c509f9 /aai-common-docker/aai-haproxy-image/README.md | |
parent | b6169d1ab53f9264a181fef03be77fcd2bf02976 (diff) | |
parent | 649585b88b758d5c3e702446385ffe733ceea824 (diff) |
Merge "Created maven modules for aai-common docker images."
Diffstat (limited to 'aai-common-docker/aai-haproxy-image/README.md')
-rw-r--r-- | aai-common-docker/aai-haproxy-image/README.md | 13 |
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 |