Github user vsair commented on the issue:

    https://github.com/apache/incubator-rocketmq-externals/pull/7
  
    I have test on windows 7(installed docker toolbox 1.11.1), the result is:
    
    1. Should run _docker-machine_ first, it will tell you set some envs.
    ```
    SET DOCKER_TLS_VERIFY=1
    SET DOCKER_HOST=tcp://192.168.99.100:2376
    SET DOCKER_CERT_PATH=C:\Users\xigu.lx\.docker\machine\machines\default
    SET DOCKER_MACHINE_NAME=default
    REM Run this command to configure your shell:
    REM     @FOR /f "tokens=*" %i IN ('docker-machine.exe env default') DO @%i
    ```
    2. Then run the _docker_build.cmd_
    3. Then run the _docker_run.cmd_
    
    I think you could add the first step(auto config the env) to cmd, maybe!
    
    Thanks.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to