Skip to content

dorwardv/jessie_nginx_hhvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Facebook's HHVM on Nginx Dockerfile

This repository contains Dockerfile for Running Facebook's HHVM on nginx

Base Docker Image

Usage

docker run -d -p 80:80 dorwardv/jessie_nginx_hhvm

After few seconds, open http://<host> to see the Hiphop welcome message? :).

###Build from Dockerfile docker build -t="dorwardv/jessie_nginx_hhvm" github.com/dorwardv/jessie_nginx_hhvm

###Note hhvm's current build has an issue with jessie. (See Issue #82). To resolve, I got the packages from unstable by pinning libgcrypt11 and libgtls26. This will be the case of this build until the issue is resolve.

About

Facebook's HHVM with nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages