You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/09/30 03:08:27 UTC

[skywalking] branch master updated: Update README.md (#3550)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new eb45755  Update README.md (#3550)
eb45755 is described below

commit eb457556bae5a21858560f8c2fa52b21f1e5efd6
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Mon Sep 30 11:08:21 2019 +0800

    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 4322f4a..bbdceb2 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.