diff --git a/README.md b/README.md index f0ef0ba323..35e4ef6e67 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/apache/apisix-dashboard/blob/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/apache/apisix-dashboard)](https://goreportcard.com/report/github.com/apache/apisix-dashboard) +[![DockerHub](https://img.shields.io/docker/pulls/apache/apisix-dashboard.svg)](https://hub.docker.com/r/apache/apisix-dashboard)

Website • @@ -30,7 +31,7 @@ - The master version should be used with Apache APISIX master version. -- The latest released version is 2.2 and should be used with Apache APISIX 2.1. It is not recommended to use with other Apache APISIX versions. +- The latest released version is [2.3](https://apisix.apache.org/downloads/) and should be used with [Apache APISIX 2.2](https://apisix.apache.org/downloads/). It is not recommended to use with other Apache APISIX versions. ## What's Apache APISIX Dashboard diff --git a/docs/deploy-with-docker.md b/docs/deploy-with-docker.md index 091f67d4dd..a97efe0a12 100644 --- a/docs/deploy-with-docker.md +++ b/docs/deploy-with-docker.md @@ -19,7 +19,9 @@ # Building and Launching with Docker -To build a Dashboard with Docker, you simply download the `Dockerfile` file from the **root directory** to your device (no need to download all source codes) then follow this guide. +**NOTE:** We support Docker Image, please visit [DockerHub](https://hub.docker.com/r/apache/apisix-dashboard) for more information. The following steps are for building Docker Image manually. + +To build the Dashboard with Docker, you simply download the `Dockerfile` file from the **root directory** to your device (no need to download all source codes) then follow this guide. The `manager-api` and `web` will be included in this build guide product.