skywalking-java/docs/cn/Deploy-docker-image-CN.md

14 lines
483 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- [下载Source code](https://github.com/apache/incubator-skywalking/releases)并解压,进入解压目录,执行以下命令:
```shell
> docker-compose pull
> docker-compose up
```
- 探针配置的端口是10800。
- 通过http://localhost:8080 访问WebUI
注意Docker Compose主要用于在本地进行快速环境搭建和测试请不要通过远程访问默认Docker Compose启动的Collector环境
___
测试环境: docker 17.03.1-ce docker compose 1.11.2