doc: apache/skywalking-ui:8.8.0 does not exist (#11267)

This commit is contained in:
Rick 2023-08-26 20:23:42 +08:00 committed by GitHub
parent 8763359fc1
commit ecf62c5dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ zipkinServices: ${SW_ZIPKIN_ADDRESS:http://localhost:9412}
Start a container to connect OAP server whose address is `http://oap:12800`.
```shell
docker run --name oap --restart always -d -e SW_OAP_ADDRESS=http://oap:12800 -e SW_ZIPKIN_ADDRESS=http://oap:9412 apache/skywalking-ui:8.8.0
export version=9.0.0
docker run --name oap --restart always -d -e SW_OAP_ADDRESS=http://oap:12800 -e SW_ZIPKIN_ADDRESS=http://oap:9412 apache/skywalking-ui:$version
```
### Configuration