diff --git a/site/src/site/sphinx/docker.md b/site/src/site/sphinx/docker.md index a42e6962d..8abb1e8d3 100644 --- a/site/src/site/sphinx/docker.md +++ b/site/src/site/sphinx/docker.md @@ -61,4 +61,6 @@ FROM openjdk:8-jdk-alpine COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas ``` -[https://hub.docker.com/r/hengyunabc/arthas](https://hub.docker.com/r/hengyunabc/arthas) \ No newline at end of file +如果想指定版本,可以查看具体的tags: + +[https://hub.docker.com/r/hengyunabc/arthas/tags](https://hub.docker.com/r/hengyunabc/arthas/tags) \ No newline at end of file diff --git a/site/src/site/sphinx/en/docker.md b/site/src/site/sphinx/en/docker.md index 32970efb1..334f76d15 100644 --- a/site/src/site/sphinx/en/docker.md +++ b/site/src/site/sphinx/en/docker.md @@ -61,4 +61,6 @@ FROM openjdk:8-jdk-alpine COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas ``` -[https://hub.docker.com/r/hengyunabc/arthas](https://hub.docker.com/r/hengyunabc/arthas) \ No newline at end of file +If you want to specify a version, you can view all the tags: + +[https://hub.docker.com/r/hengyunabc/arthas/tags](https://hub.docker.com/r/hengyunabc/arthas/tags) \ No newline at end of file