From eb457556bae5a21858560f8c2fa52b21f1e5efd6 Mon Sep 17 00:00:00 2001 From: Gao Hongtao Date: Mon, 30 Sep 2019 11:08:21 +0800 Subject: [PATCH] Update README.md (#3550) --- docker/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/README.md b/docker/README.md index 4322f4a8d..bbdceb225 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,3 @@ 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 +You can use `Makefile` located at root folder to build docker image with current code base. The enviroment variable `HUB` and `TAG` will help you build the image with dedicated tag.