diff --git a/dockerfiles/alpine/apim/README.md b/dockerfiles/alpine/apim/README.md index b489f119..2bd9fef4 100755 --- a/dockerfiles/alpine/apim/README.md +++ b/dockerfiles/alpine/apim/README.md @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. + `docker build -t wso2am:4.0.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 ba603475..1c1024d5 100755 --- a/dockerfiles/centos/apim/README.md +++ b/dockerfiles/centos/apim/README.md @@ -23,6 +23,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. + `docker build -t wso2am:4.0.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 22e18218..b31a8bc9 100755 --- a/dockerfiles/jdk8/alpine/apim/README.md +++ b/dockerfiles/jdk8/alpine/apim/README.md @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. + `docker build -t wso2am:4.0.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 c8e1c8b7..47e25551 100755 --- a/dockerfiles/jdk8/centos/apim/README.md +++ b/dockerfiles/jdk8/centos/apim/README.md @@ -23,6 +23,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. + `docker build -t wso2am:4.0.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 899210e8..e04521da 100755 --- a/dockerfiles/jdk8/ubuntu/apim/README.md +++ b/dockerfiles/jdk8/ubuntu/apim/README.md @@ -22,6 +22,7 @@ git clone https://github.com/wso2/docker-apim.git - Navigate to `` directory.
Execute `docker build` command as shown below. + `docker build -t wso2am:4.0.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.