tree: a3c90d25077cf0a9b6fc297421c1d06cbd6ddd7d [path history] [tgz]
  1. docker-entrypoint.sh
  2. Dockerfile
  3. logback.xml
  4. README.md
ui/README.md

Apache SkyWalking UI docker file

Docker images are not official ASF releases but provided for convenience. Recommended usage is always to build the source

SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.

GitHub stars Twitter Follow

You could find docker file at here

This image would start up SkyWalking UI only.

SkyWalking K8s deployment scripts use this image by default.

How to use this image

Start a container to connect oap server whose address is http://oap:12800

$ docker run --name oap --restart always -d -e SW_OAP_ADDRESS=http://oap:12800 apache/skywalking-ui:8.3.0

Configuration

We could set up environment variables to configure this image.

SW_OAP_ADDRESS

The address of OAP server. Default value is http://127.0.0.1:12800.

License

Apache 2.0 License.