Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienvincent/docker-nginx-hhvm
Docker file containing hhvm
https://github.com/julienvincent/docker-nginx-hhvm
Last synced: about 2 months ago
JSON representation
Docker file containing hhvm
- Host: GitHub
- URL: https://github.com/julienvincent/docker-nginx-hhvm
- Owner: julienvincent
- License: mit
- Created: 2015-07-02T12:31:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T18:52:22.000Z (about 9 years ago)
- Last Synced: 2023-03-01T11:32:40.908Z (almost 2 years ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx Dockerfile
This repository contains an automated **Dockerfile** of [HHVM](http://hhvm.com/)
## Supported tags
+ `latest`
+ `3.7.2` (Base image nginx:1.9.2)
+ `3.8.1` (Base image nginx:1.9.2)### Base Docker Image
* [julienvincent/nginx](https://registry.hub.docker.com/u/julienvincent/nginx/)
### Usage
docker run --name nginx-hhvm -v /some/content:/data/www -d julienvincent/nginx-hhvm