EmmyMiao87 commented on a change in pull request #553: Complete README.md URL: https://github.com/apache/incubator-doris/pull/553#discussion_r248912527
########## File path: README.md ########## @@ -50,7 +50,7 @@ apachedoris/doris-dev build-env f8bc5d4024e0 21 hours ago ``` #### Step3: Map source path into docker and enter docker -Start a container named incubator-doris-dev, and map /path/to/incubator-doris/ to /var/local/incubator-doris/ in container. +Start a container named incubator-doris-dev, and map the source path to container. ``` $ docker run -it --name incubator-doris-dev -v $PWD/apache-doris-0.9.0.rc01-incubating-src/:/var/lib/docker/incubator-doris/ apachedoris/doris-dev:build-env Review comment: The path in container could be a param of user specified path rather than a regular path `/var/lib/docker/incubator-doris`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
