Github user ginobiliwang commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1388#discussion_r211063029
--- Diff: contrib/hawq-docker/Makefile ---
@@ -203,8 +203,14 @@ remove-data:
pull:
@echo latest images
- docker pull hawq/hawq-dev:$(OS_VERSION)
- docker pull hawq/hawq-test:$(OS_VERSION)
+ #For remote registry
+ #docker pull hawq/hawq-dev:$(OS_VERSION)
+ #docker pull hawq/hawq-test:$(OS_VERSION)
+ #For local registry
--- End diff --
Ok. Comment is primarily in README.md, will also add some comments in
Makefile.
---