diff --git a/dockerfiles/alpine/apim/README.md b/dockerfiles/alpine/apim/README.md index 533a4488..9877a9ce 100755 --- a/dockerfiles/alpine/apim/README.md +++ b/dockerfiles/alpine/apim/README.md @@ -27,6 +27,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-alpine . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/centos/apim/README.md b/dockerfiles/centos/apim/README.md index 734c2350..e19d7e0f 100755 --- a/dockerfiles/centos/apim/README.md +++ b/dockerfiles/centos/apim/README.md @@ -26,6 +26,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-centos . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/alpine/apim/README.md b/dockerfiles/jdk8/alpine/apim/README.md index 267c6072..7011e87c 100755 --- a/dockerfiles/jdk8/alpine/apim/README.md +++ b/dockerfiles/jdk8/alpine/apim/README.md @@ -24,6 +24,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-alpine-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/centos/apim/README.md b/dockerfiles/jdk8/centos/apim/README.md index cfb73a0e..b27dbbf3 100755 --- a/dockerfiles/jdk8/centos/apim/README.md +++ b/dockerfiles/jdk8/centos/apim/README.md @@ -25,6 +25,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-centos-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product. diff --git a/dockerfiles/jdk8/ubuntu/apim/README.md b/dockerfiles/jdk8/ubuntu/apim/README.md index e2636f0c..347d8686 100755 --- a/dockerfiles/jdk8/ubuntu/apim/README.md +++ b/dockerfiles/jdk8/ubuntu/apim/README.md @@ -24,6 +24,7 @@ git clone https://github.com/wso2/docker-apim.git ``` docker build -t wso2am:4.1.0-jdk8 . ``` +> If you encounter issue related to downloading the product pack from hosted webserver, use the IP address of the network interface instead of `localhost` or `127.0.0.1` in the `WSO2_SERVER_DIST_URL`. > By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.