-
Notifications
You must be signed in to change notification settings - Fork 28

Description
I just copied down the repo, built the image with no issues, but when I try to run the image I get:
standard_init_linux.go:190: exec user process caused "no such file or directory"
The only thing I changed was to edit the zend.lic file to add my real license info.
I also tried to run the Docker hub version, and while that seems to complete without issue, it does not mount my application, nor does it allow me access to the ZendServer instance. It outputs that I can access the instance at http://172.17.0.2:10081 but nothing loads at that URL. If I ping my Docker subnet I get a response from it, but if I ping 172.17.0.2 I get nothing.
Any thoughts on either?
Thank you.
FYI: My system is a freshly installed Windows 10 Pro, running Docker version 18.03.1-ce-win65 (17513)