Add haproxy Dockerfile related files
[aai/aai-common.git] / Dockerfiles / aai-common / README.md
1 # AAI Common Docker 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/aai-common:${NEW_VERSION} .
11 ```
12
13 Replace the NEW\_VERSION with the new docker image version for aai-common