A Docker build which runs a CentOS 7 container with NGINX and HHVM.
docker run -d -p 80 -v /home/containers/web:/var/www/html reconnix/hhvm
docker run -d -p 80 -v /home/containers/web:/var/www/html -e VIRTUAL_HOST=some.domain.com --link database:db reconnix/hhvm
If you don't mount anything over /var/www/html/ then you should a copy of a HHVMInfo file.
This cotainer users a user called webserver, if you are mounting volumes please create a user on your host system using the following;
useradd webserver -u 666
Content type
Image
Digest
sha256:c3aab557b…
Size
261.1 MB
Last updated
almost 11 years ago
docker pull reconnix/nginx-hhvm