Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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