Skip to content

stevenalexander/docker-openresty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Docker OpenResty

Example Dockerfile for building an nginx image with OpenResty. Based off the original docker/nginx image.

Run

# build image
docker build -t stevena/openresty:v1 .

# run container
docker run -t -i -p 80:8080 -v=`pwd`/conf:/opt/nginx/conf -w=/opt/nginx/conf stevena/openresty:v1

# curl your boot2docker VM IP and you will see "Hello World by Lua!"

About

Dockerfile for OpenResty forked off docker/nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 90.3%
  • Lua 9.7%