Sign inSign up

jamesyale/openresty

By jamesyale

Updated almost 11 years ago

Image
0

292

jamesyale/openresty repository overview

openresty-docker

Based on tenstartups/openresty with some lua libraries (lua-filesystem, lua-socket) added.

Example run:

nginx_confdir=/etc/nginx
ssl_crt=some.crt
ssl_key=some.key
docker run --name openresty \
--link redis:redis \
-v `pwd`/nginx.conf:$nginx_confdir/nginx.conf:ro \
-v `pwd`/$ssl_crt:$nginx_confdir/$ssl_crt \
-v `pwd`/$ssl_key:$nginx_confdir/$ssl_key \
-d jamesyale/openresty

Tag summary

Content type

Image

Digest

sha256:4848a04be

Size

172 MB

Last updated

almost 11 years ago

docker pull jamesyale/openresty