Hello
I’m on Windows 7 running docker toolbox from within Win 7. Since habitat is not available for Windows yet, I installed CentOS7 VM in my virtual box with habitat running it in. Everything works fine & I was able to build the package as well.
Now, when I’m trying to export build using “hab pkg export docker (pkg_ident)” command, it gives below error as docker is not running on this VM:
“Cannot connect to the Docker daemon. Is the docker daemon running on this host?”
Is there any way to export package to my docker which is in running in my Windows 7 OS?
If not, what are the available options?
Note: The question is meant only for non-production development environment.
Thanks!