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

    https://github.com/apache/incubator-hivemall/pull/81#discussion_r117490789
  
    --- Diff: docs/gitbook/docker/getting_started.md ---
    @@ -31,38 +31,73 @@ This page introduces how to run Hivemall on Docker.
     
     # 1. Build image
     
    -## Build using docker-compose
    +You have two options in order to build a **hivemall** docker image:
    +
    +## Using `docker-compose`
       
    -  `docker-compose -f resources/docker/docker-compose.yml build`
    +```
    +$ docker-compose -f resources/docker/docker-compose.yml build
    +```
     
    -## Build using docker command
    +## Using `docker` command
       
    -  `docker build -f resources/docker/Dockerfile .`
    +```
    +$ docker build -f resources/docker/Dockerfile .
    +```
     
     > #### Note
    -> You can 
[skip](./getting_started.html#running-pre-built-docker-image-in-dockerhub) 
building images by using existing Docker images.
    +> You can 
[skip](./getting_started.html#running-pre-built-docker-image-in-dockerhub) 
building images by using a pre-build docker image from Docker Hub.
    --- End diff --
    
    `...-in-docker-hub` ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to