Add haproxy Dockerfile related files
[aai/aai-common.git] / Dockerfiles / haproxy / README.md
1 # AAI HAProxy README
2
3 ### Building the image
4
5 Run the following command if building the image in internal network
6
7 ```bash
8     export NEW_VERSION=<NEW_VERSION>
9     docker build \
10            -t aaionap/haproxy:${NEW_VERSION} .
11 ```
12
13 Replace the NEW\_VERSION with the new docker image version for haproxy