hhvm-docker
hhvm-docker copied to clipboard
Dockerfiles for HHVM
If a folder 'my' exists, in which 'index.php' is, requesting '/my' returns a header with '301 Moved Permanently' and 'Location: /my/'. At Facebook, for example '/pages/creation/' and '/pages/creation' (both) return...
Right now, `hhvm/hhvm:latest` and `hhvm/hhvm-proxygen:latest` are aliases for the latest `hhvm/hhvm:4.x-latest`. Two problems: - `apt update && apt upgrade` does not upgrade to the latest HHVM, only the latest for...
Is it intentional that this image runs HHVM as root instead of www-data? Running `ps aux | grep hhvm` inside the container shows: ``` root@692812879a71:/# ps aux | grep hhvm...
hello. I have this setting in my server.ini ``` hhvm.server.default_document = /var/www/src/index.hack ``` but unfortunately, when going to `localhost:8080` on my browser, I get a 404 error. I'm able to...
Debian, especially the [slim variant](https://hub.docker.com/_/debian#debian-slim), has a much smaller footprint than Ubuntu. [Alpine Linux](https://hub.docker.com/_/alpine#what-is-alpine-linux) would be even smaller, but it doesn't seem to be supported.
by default, it won't work with docker's settings, and it's spammy (https://github.com/facebook/hhvm/issues/8026#issuecomment-365708696)
As the title , does it will cause the performance issue ? I found my case will slower than php56...
https://hub.docker.com/_/php/
Tha tags not automatic build: https://hub.docker.com/r/hhvm/hhvm/tags/ Reference: https://docs.docker.com/docker-hub/builds/
I happened to notice that for sometime there has been a discussion about creating an official hhmv docker image. I asked about this issue in docker-library/official-images/issues/1638 and @yosifkit suggested a...