未验证 提交 8b3a2e01 编写于 作者: G Gao Hongtao 提交者: GitHub

Update README.md

上级 7b0d96ff
# Apache SkyWalking UI Docker Files
<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
**SkyWalking**: an APM(application performance monitor) system, especially designed for
microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
# How to use this image
## Start a container to connect oap server whose address is `oap:12800`
```
$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=oap:12800 apache/skywalking-ui:6.1.0
```
# Configuration
We could set up environment variables to configure this image.
## SW_OAP_ADDRESS
The address of OAP server. Default value is `127.0.0.1:12800`.
## SW_TIMEOUT
Reading timeout. Default value is `20000`(millisecond).
# License
[Apache 2.0 License.](/LICENSE)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册