{"id":23968685,"url":"https://github.com/vutran/docker-nginx-hhvm","last_synced_at":"2026-05-06T00:04:02.770Z","repository":{"id":32801123,"uuid":"36393566","full_name":"vutran/docker-nginx-hhvm","owner":"vutran","description":"This is a simple container with Nginx, HHVM, and Ubuntu 14.04.","archived":false,"fork":false,"pushed_at":"2015-07-03T10:52:26.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T00:15:45.820Z","etag":null,"topics":["docker","dockerfile","hhvm","nginx"],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/vutran/docker-nginx-hhvm/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vutran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-27T20:23:45.000Z","updated_at":"2016-10-18T08:11:19.000Z","dependencies_parsed_at":"2022-09-06T13:10:59.104Z","dependency_job_id":null,"html_url":"https://github.com/vutran/docker-nginx-hhvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-hhvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-hhvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-hhvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-hhvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vutran","download_url":"https://codeload.github.com/vutran/docker-nginx-hhvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240492864,"owners_count":19810179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","dockerfile","hhvm","nginx"],"created_at":"2025-01-07T00:15:55.569Z","updated_at":"2026-05-06T00:04:02.763Z","avatar_url":"https://github.com/vutran.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Ubuntu 14.04 LTS + Nginx + HHVM](https://registry.hub.docker.com/u/vutran/docker-nginx-hhvm/)\n\nThis is a simple container with Nginx, HHVM, and Ubuntu 14.04.\n\n-----\n\nTo pull this image from Docker Hub:\n\n    docker pull vutran/docker-nginx-hhvm\n\nTo run an instance of this image:\n\n    docker run --name mywebapp -d -P vutran/docker-nginx-hhvm\n\nYou can mount your local application directory to the container at `/var/www/html`:\n\n    docker run --name mywebapp -d -P -v /src/html:/var/www/html vutran/docker-nginx-hhvm\n\nOpen the URL in the browser\n\n    open http://$(boot2docker ip):$(docker port mywebapp 80 | sed 's/0.0.0.0://g')\n\n## Dockerfile\n\nYou can also build your own image with this as the base and apply your own application-specific configurations if needed.\n\nFor more information, please see the [Dockerfile documentations](http://docs.docker.com/reference/builder/).\n\n### Dockerfile\n\n    FROM vutran/docker-nginx-hhvm\n\n    # Execute or run any additional instructions here such\n    # Example:\n    # COPY website.conf /etc/nginx/conf.d/website.conf\n    # ENV myEnvVar myEnvValue\n    \n\n## Docker Compose\n\nIf you have a complex application, you can use Docker Compose to run everything in a single command.\n\nFor more information, please see the [Docker Compose documentation](http://docs.docker.com/compose/)\n\n### docker-compose.yml\n\n    web:\n        build: .\n        volumes:\n         - .:/var/www/html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fdocker-nginx-hhvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvutran%2Fdocker-nginx-hhvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fdocker-nginx-hhvm/lists"}