-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a Windows issue? #10
Comments
Bump! Any help here? |
Sorry for the late response. I have not tested building on windows - I build our images on Ubuntu 16.04/18.04. Does your issue also happen with the pre-built image (zend/php-zendserver)? About the license you can pass your custom license at runtime (launch) using environment variables: docker run php-zendserver -e ZEND_LICENSE_KEY= -e ZEND_LICENSE_ORDER= |
I've just set up a CentOS machine so I'll run it off that. Please feel free
to consider this issue resolved.
Thx
…On Mon, Jul 9, 2018 at 5:52 AM David Lowes ***@***.***> wrote:
Sorry for the late response. I have not tested building on windows - I
build our images on Ubuntu 16.04/18.04. Does your issue also happen with
the pre-built image (zend/php-zendserver)? About the license you can pass
your custom license at runtime (launch) using environment variables: docker
run php-zendserver -e ZEND_LICENSE_KEY= -e ZEND_LICENSE_ORDER=
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArMRCeecjlFcS5BPLYV43gthCy3w17Eks5uE1H3gaJpZM4TzauU>
.
--
Paul Christian Allsopp
Please recycle - it ain't easy being green
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: