Confusion over Step 4 and bin/winapps check while using docker container #137
-
Hello. I've been following the installation instructions pretty smoothly so far and have a docker vm (or is the proper term "container"?) set up. However, when I reached step 4 and was required to run bin/winapps check I got this error
running ./installer.sh also results in a similar error
I am somewhat familiar with virsh, mainly through virtual machine manager, but completely new to docker. I'm pretty sure virsh isn't involved with docker at all, but I could be wrong. Regardless, I do not know how to get the winapps and the installer to "see" my windows install with docker. Did I miss something in the docker instructions? Right now I am redoing the install following the KVM.md instructions- however I prefer to use docker if that's apparently where things are headed for this project. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You're missing the RDP_IP in the config |
Beta Was this translation helpful? Give feedback.
-
The error message is misleading |
Beta Was this translation helpful? Give feedback.
@WarMuffins you should use 127.0.0.1
The docker ip is used for local networks of containers. They won't work for this application.