hanahmily commented on a change in pull request #4043: Add es7 support to docker URL: https://github.com/apache/skywalking/pull/4043#discussion_r363066006
########## File path: docs/en/guides/How-to-build.md ########## @@ -51,18 +51,7 @@ or ### Build docker images We can build docker images of `backend` and `ui` with `Makefile` located in root folder. -- Build all docker images -> make docker.all - -- Build oap server docker image -> make docker.oap - -- Build ui docker image -> make docker.ui - -`HUB` and `TAG` variables ares used to setup `REPOSITORY` and `TAG` of a docker image. To get -a oap image with name `bar/oap:foo`, run the following command -> HUB=bar TAG=foo make docker.oap +Refer to [Build docker image](https://github.com/apache/skywalking/tree/master/docker) for more details. Review comment: The usage of `makefile` is written in `docker/README.md`. When the user navigates to this folder, they can view documents and scripts at the same time, I think it's not a bad experience for them. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
