From 0a057585b1491c6a2c13ffb842aae8a22480c074 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Mon, 29 Jul 2019 11:09:46 -0400 Subject: [PATCH] add a README.md to clarify the purpose of the docker file (#3191) --- docker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker/README.md diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 000000000..4322f4a8d --- /dev/null +++ b/docker/README.md @@ -0,0 +1,6 @@ +This folder contains Docker files for SkyWalking developers to build images manually. If you want to start SkyWalking backend server with docker-compose for your integration, please visit https://github.com/apache/skywalking-docker repository. + +You can find docker images on hub.docker.com along with user's guide if you want to start them individually. + +https://hub.docker.com/r/apache/skywalking-oap-server +https://hub.docker.com/r/apache/skywalking-ui