-
Notifications
You must be signed in to change notification settings - Fork 78
problem with owncloud:8.1.3-fpm #33
Comments
And, in owncloud8.2 you forget to make entrypoint script executable - it brokes the build. And here after fixing in browser the same error. |
Are you running on a Mac or Windows box using docker-machine? If so,
you'll have to hit the VM IP address instead of localhost ("docker-machine
ip default", replacing default with your machine name).
I just double-checked the executability of the "docker-entrypoint.sh"
scripts in the 8.2 folders and they are "+x", so I'm a little puzzled
what's going on there.
|
I use gnu/linux. About entrypoint bash script - this was my mistake, I had used wget instead of git.
As I understand, 80 port is free. |
With the fpm version you'll need something that speaks the FastCGI protocol to talk to it, like nginx. @md5 wrote a pretty good gist about setting it up with the wordpress image: https://gist.github.com/md5/d9206eacb5a0ff5d6be0. |
As I understand, regardless docker developer recommendation of using one process-per-container methodology, many docker apps developers execute many processes in one container, like this. This image include unknown for me webserver and predinstalled php-fpm.
enough. |
Right, for running a FastCGI server, which then has to be connected to
through something like Nginx which speaks the FastCGI protocol (browsers do
not). If you want to run something you can connect to directly from a web
browser, you'll have to use the Apache variant instead.
|
Arg, not fast enough :) This is part of an ongoing issue: docker-library/docs#238 @a93ushakov can you close the issue if we answer your question? Thanks! |
I try to |
Please open this in the rigth repo. PS: I updated the doc, is it clearer? (By default, not exposing port on the host). About the stats, be more precise, what do you mean db stats? Thanks :) |
Arf, I need to sleep! Thanks for your quick feedback and happy it is serving you :) (Please put ssl :) ) |
In browser on
http://localhost
there isERR_CONNECTION_RESET
error.Can you help to fix this?
For example, this dont work too.
The text was updated successfully, but these errors were encountered: