Github user netroby commented on the issue: https://github.com/apache/incubator-rocketmq-externals/pull/7 how to setup docker may a bit out of topic On Sat, Apr 1, 2017 at 5:18 PM +0800, "Eric Liu" <notificati...@github.com> wrote: I have test on windows 7(installed docker toolbox 1.11.1), the result is: 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 Then run the docker_build.cmd Then run the docker_run.cmd I think you could add the first step(auto config the env) to cmd, maybe! Thanks. â You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
--- 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. ---