Github user radarwave commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1388#discussion_r210463744
  
    --- 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 --
    
    Better to add a comment of user need to install local registry before run 
this.


---

Reply via email to