Sign inSign up

zot24/openresty

By zot24

•Updated over 10 years ago

Alpine Docker Image for OpenResty

Image
1

2.1K

zot24/openresty repository overview

⁠OpenResty Docker image

This is an OpenResty docker base image using Alpine⁠ Linux and based on the ficusio/openresty⁠ docker image with just few modifications to make it even more basic, actually it won't be useful unless you set it as a base image and extend it using the FROM instruction.

⁠Getting Started

This container have been build for being used as a base image and extend it, so you'll need to first EXPOSE 8080 or the port you specify on your nginx.conf, file that you'll need as well as to COPY/ADD when extending the base image, like: for example:

FROM zot24/openresty

RUN rm -rf conf/* html/*
COPY nginx $NGINX_PREFIX/

EXPOSE 8080

⁠Resources

Some util resources about docker + images + alpine + being smart :)

⁠Authors

  • Israel Sotomayor - Initial work - zot24⁠

See also the list of contributors⁠ who participated in this project.

⁠License

This project is licensed under the MIT License - see the LICENSE⁠ file for details

Tag summary

Content type

Image

Digest

Size

16.3 MB

Last updated

over 10 years ago

docker pull zot24/openresty