You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was following the README.md tutorial to try out iotz. I ran the following command:
npm i iotz -g
iotz update
iotz create raspberry hello
cd hello
iotz init
And the iotz init fail
$ iotz init
Please ensure you have shared the current drive on Docker for Windows
I was running the command on my C drives, and the C drives has been successfully shared from docker setting UI. I can mount local drive in other docker usage senario.
Now iotz tells me I do not share my local drive which really confuses me. I searched for solution and didn't find some good explaination or solution. Why is this happen and how to resolve it? Thanks!
Platform
Windows 10, 64-bits
Docker version 18.09.0, build 4d60db4
The text was updated successfully, but these errors were encountered:
That’s more likely a warning message. As long as you did it, no worries. Tricks can be done to check it but not sure if Docker on Windows has a better way
Hi, I was following the
README.md
tutorial to try out iotz. I ran the following command:npm i iotz -g iotz update iotz create raspberry hello cd hello iotz init
And the
iotz init
fail$ iotz init Please ensure you have shared the current drive on Docker for Windows
I was running the command on my C drives, and the C drives has been successfully shared from docker setting UI. I can mount local drive in other docker usage senario.
Now iotz tells me I do not share my local drive which really confuses me. I searched for solution and didn't find some good explaination or solution. Why is this happen and how to resolve it? Thanks!
Platform
Windows 10, 64-bits
Docker version 18.09.0, build 4d60db4
The text was updated successfully, but these errors were encountered: