diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e964439..4a9b7c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,4 @@ and Identity Server as Key Manager version 5.10.x profiles For detailed information on the tasks carried out during this release, please see the GitHub milestone [v3.1.0.1](https://github.com/wso2/docker-apim/milestone/13). -[v3.0.0.1]: https://github.com/wso2/docker-apim/compare/v3.0.0.3...v3.1.0.1 +[v3.1.0.1]: https://github.com/wso2/docker-apim/compare/v3.0.0.3...v3.1.0.1 diff --git a/dockerfiles/alpine/apim-analytics/dashboard/README.md b/dockerfiles/alpine/apim-analytics/dashboard/README.md index 21d08fcd..8eccaca3 100755 --- a/dockerfiles/alpine/apim-analytics/dashboard/README.md +++ b/dockerfiles/alpine/apim-analytics/dashboard/README.md @@ -28,14 +28,15 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9643:9643 wso2am-analytics-dashboard:3.1.0-alpine` -> Here, only port 9643 has been mapped to a Docker host port. +- `docker run -p 9640:9640 wso2am-analytics-dashboard:3.1.0-alpine` + +> Here, only port 9640 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ##### 4. Accessing the Dashboard portal. - For dashboard, - + `https::9643/analytics-dashboard` + + `https::9640/analytics-dashboard` > In here, refers to hostname or IP of the host machine on top of which containers are spawned. @@ -44,11 +45,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
-can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +can be found at `/conf/dashboard`. Copy the file to some suitable location of the host machine,
+referred to as `/deployment.yaml` and change the `offset` value under `ports` to 1. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. @@ -60,12 +61,12 @@ chmod o+r /deployment.yaml ``` docker run --p 7713:7713 +-p 9641:9641 --volume /deployment.yaml:/deployment.yaml -wso2am-analytics-worker:3.1.0-alpine +wso2am-analytics-dashboard:3.1.0-alpine ``` -> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/worker folder of the container. +> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/dashboard folder of the container. ## Docker command usage references diff --git a/dockerfiles/alpine/apim-analytics/worker/README.md b/dockerfiles/alpine/apim-analytics/worker/README.md index bd6ecbd8..af6c0aa3 100755 --- a/dockerfiles/alpine/apim-analytics/worker/README.md +++ b/dockerfiles/alpine/apim-analytics/worker/README.md @@ -28,8 +28,9 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9091:9091 wso2am-analytics-worker:3.1.0-alpine` -> Here, only port 9091 has been mapped to a Docker host port. +- `docker run -p 9090:9090 wso2am-analytics-worker:3.1.0-alpine` + +> Here, only port 9090 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ## How to update configurations @@ -37,11 +38,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +referred to as `/deployment.yaml` and change the `offset` value under `ports` to 2. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. diff --git a/dockerfiles/alpine/apim/README.md b/dockerfiles/alpine/apim/README.md index 30659698..235270e9 100755 --- a/dockerfiles/alpine/apim/README.md +++ b/dockerfiles/alpine/apim/README.md @@ -28,6 +28,7 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running the Docker image. - `docker run -it -p 9443:9443 wso2am:3.1.0-alpine` + > Here, only port 9443 (HTTPS servlet transport) has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. diff --git a/dockerfiles/centos/apim-analytics/dashboard/README.md b/dockerfiles/centos/apim-analytics/dashboard/README.md index 42b60f6a..0ce14e93 100755 --- a/dockerfiles/centos/apim-analytics/dashboard/README.md +++ b/dockerfiles/centos/apim-analytics/dashboard/README.md @@ -28,14 +28,15 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9643:9643 wso2am-analytics-dashboard:3.1.0-centos` -> Here, only port 9643 has been mapped to a Docker host port. +- `docker run -p 9640:9640 wso2am-analytics-dashboard:3.1.0-centos` + +> Here, only port 9640 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ##### 4. Accessing the Dashboard portal. - For dashboard, - + `https::9643/analytics-dashboard` + + `https::9640/analytics-dashboard` > In here, refers to hostname or IP of the host machine on top of which containers are spawned. @@ -44,11 +45,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
-can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +can be found at `/conf/dashboard`. Copy the file to some suitable location of the host machine,
+referred to as `/deployment.yaml` and change the `offset` value under `ports` to 1. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. @@ -60,12 +61,12 @@ chmod o+r /deployment.yaml ``` docker run --p 7713:7713 +-p 9641:9641 --volume /deployment.yaml:/deployment.yaml -wso2am-analytics-worker:3.1.0-centos +wso2am-analytics-dashboard:3.1.0-centos ``` -> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/worker folder of the container. +> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/dashboard folder of the container. ## Docker command usage references diff --git a/dockerfiles/centos/apim-analytics/worker/README.md b/dockerfiles/centos/apim-analytics/worker/README.md index 25ed9285..5c8b0b04 100755 --- a/dockerfiles/centos/apim-analytics/worker/README.md +++ b/dockerfiles/centos/apim-analytics/worker/README.md @@ -28,8 +28,9 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9091:9091 wso2am-analytics-worker:3.1.0-centos` -> Here, only port 9091 has been mapped to a Docker host port. +- `docker run -p 9090:9090 wso2am-analytics-worker:3.1.0-centos` + +> Here, only port 9090 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ## How to update configurations @@ -37,11 +38,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +referred to as `/deployment.yaml` and change the `offset` value under `ports` to 2. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. diff --git a/dockerfiles/centos/apim/README.md b/dockerfiles/centos/apim/README.md index c22092ec..945cf3cf 100755 --- a/dockerfiles/centos/apim/README.md +++ b/dockerfiles/centos/apim/README.md @@ -29,6 +29,7 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running the Docker image. - `docker run -it -p 9443:9443 wso2am:3.1.0-centos` + > Here, only port 9443 (HTTPS servlet transport) has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. diff --git a/dockerfiles/ubuntu/apim-analytics/dashboard/README.md b/dockerfiles/ubuntu/apim-analytics/dashboard/README.md index c0be2dfd..cb7e323d 100755 --- a/dockerfiles/ubuntu/apim-analytics/dashboard/README.md +++ b/dockerfiles/ubuntu/apim-analytics/dashboard/README.md @@ -28,14 +28,15 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9643:9643 wso2am-analytics-dashboard:3.1.0` -> Here, only port 9643 has been mapped to a Docker host port. +- `docker run -p 9640:9640 wso2am-analytics-dashboard:3.1.0` + +> Here, only port 9640 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ##### 4. Accessing the Dashboard portal. - For dashboard, - + `https::9643/analytics-dashboard` + + `https::9640/analytics-dashboard` > In here, refers to hostname or IP of the host machine on top of which containers are spawned. @@ -44,11 +45,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
-can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +can be found at `/conf/dashboard`. Copy the file to some suitable location of the host machine,
+referred to as `/deployment.yaml` and change the `offset` value under `ports` to 1. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. @@ -60,12 +61,12 @@ chmod o+r /deployment.yaml ``` docker run --p 7713:7713 +-p 9641:9641 --volume /deployment.yaml:/deployment.yaml -wso2am-analytics-worker:3.1.0 +wso2am-analytics-dashboard:3.1.0 ``` -> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/worker folder of the container. +> In here, refers to /home/wso2carbon/wso2am-analytics-3.1.0/conf/dashboard folder of the container. ## Docker command usage references diff --git a/dockerfiles/ubuntu/apim-analytics/worker/README.md b/dockerfiles/ubuntu/apim-analytics/worker/README.md index 5a05e728..9c8022df 100755 --- a/dockerfiles/ubuntu/apim-analytics/worker/README.md +++ b/dockerfiles/ubuntu/apim-analytics/worker/README.md @@ -28,8 +28,9 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running Docker images specific to each profile. -- `docker run -p 9091:9091 wso2am-analytics-worker:3.1.0` -> Here, only port 9091 has been mapped to a Docker host port. +- `docker run -p 9090:9090 wso2am-analytics-worker:3.1.0` + +> Here, only port 9090 has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired. ## How to update configurations @@ -37,11 +38,11 @@ You may map other container service ports, which have been exposed to Docker hos Configurations would lie on the Docker host machine and they can be volume mounted to the container.
As an example, steps required to change the port offset using `deployment.yaml` is as follows: -##### 1. Stop the Identity Server Analytics container if it's already running. +##### 1. Stop the API Manager Analytics container if it's already running. In WSO2 API Manager Analytics version 3.1.0 product distribution, `deployment.yaml` configuration file
can be found at `/conf/worker`. Copy the file to some suitable location of the host machine,
-referred to as `/deployment.yaml` and change the offset value under ports to 2. +referred to as `/deployment.yaml` and change the `offset` value under `ports` to 2. ##### 2. Grant read permission to `other` users for `/deployment.yaml`. diff --git a/dockerfiles/ubuntu/apim/README.md b/dockerfiles/ubuntu/apim/README.md index 91690325..bbd27b93 100755 --- a/dockerfiles/ubuntu/apim/README.md +++ b/dockerfiles/ubuntu/apim/README.md @@ -28,6 +28,7 @@ git clone https://github.com/wso2/docker-apim.git ##### 3. Running the Docker image. - `docker run -it -p 9443:9443 wso2am:3.1.0` + > Here, only port 9443 (HTTPS servlet transport) has been mapped to a Docker host port. You may map other container service ports, which have been exposed to Docker host ports, as desired.