diff --git a/dockerfiles/centos/apim/README.md b/dockerfiles/centos/apim/README.md index 45283f65..734c2350 100755 --- a/dockerfiles/centos/apim/README.md +++ b/dockerfiles/centos/apim/README.md @@ -116,6 +116,12 @@ docker buildx build --platform linux/amd64,linux/arm64 -t /wso2 > - Use command "docker buildx ls" to see list of existing builders and supported platforms. > - Please note we have only tested this for linux/amd64 and linux/arm64 platforms only +#### 5. Run +``` +docker run -it -p 9443:9443 -p 8243:8243 /wso2am:4.1.0-centos-multiarch +``` +> Docker will pull the suitable image for the architecture and run + ## Docker command usage references * [Docker build command reference](https://docs.docker.com/engine/reference/commandline/build/) diff --git a/dockerfiles/jdk8/centos/apim/README.md b/dockerfiles/jdk8/centos/apim/README.md index 3113f02e..cfb73a0e 100755 --- a/dockerfiles/jdk8/centos/apim/README.md +++ b/dockerfiles/jdk8/centos/apim/README.md @@ -106,6 +106,12 @@ docker buildx build --platform linux/amd64,linux/arm64 -t /wso2 > - Use command "docker buildx ls" to see list of existing builders and supported platforms. > - Please note we have only tested this for linux/amd64 and linux/arm64 platforms only +#### 5. Run +``` +docker run -it -p 9443:9443 -p 8243:8243 /wso2am:4.1.0-centos-jdk8-multiarch +``` +> Docker will pull the suitable image for the architecture and run + ## Docker command usage references * [Docker build command reference](https://docs.docker.com/engine/reference/commandline/build/) diff --git a/dockerfiles/jdk8/ubuntu/apim/README.md b/dockerfiles/jdk8/ubuntu/apim/README.md index f501bc71..e2636f0c 100755 --- a/dockerfiles/jdk8/ubuntu/apim/README.md +++ b/dockerfiles/jdk8/ubuntu/apim/README.md @@ -105,6 +105,12 @@ docker buildx build --platform linux/amd64,linux/arm64 -t /wso2 > - Use command "docker buildx ls" to see list of existing builders and supported platforms. > - Please note we have only tested this for linux/amd64 and linux/arm64 platforms only +#### 5. Run +``` +docker run -it -p 9443:9443 -p 8243:8243 /wso2am:4.1.0-jdk8-multiarch +``` +> Docker will pull the suitable image for the architecture and run + ## Docker command usage references * [Docker build command reference](https://docs.docker.com/engine/reference/commandline/build/) diff --git a/dockerfiles/ubuntu/apim/README.md b/dockerfiles/ubuntu/apim/README.md index a037f5e5..7b33b78f 100755 --- a/dockerfiles/ubuntu/apim/README.md +++ b/dockerfiles/ubuntu/apim/README.md @@ -105,6 +105,12 @@ docker buildx build --platform linux/amd64,linux/arm64 -t /wso2 > - Use command "docker buildx ls" to see list of existing builders and supported platforms. > - Please note we have only tested this for linux/amd64 and linux/arm64 platforms only +#### 5. Run +``` +docker run -it -p 9443:9443 -p 8243:8243 /wso2am:4.1.0-multiarch +``` +> Docker will pull the suitable image for the architecture and run + ## Running official wso2am images It is possible to use official wso2am images without building them from the scratch.