Sign inSign up

tw2066/tengine

By tw2066

Updated almost 4 years ago

Image
0

802

tw2066/tengine repository overview

Dockerfile

Simple docker image of Tengine web server based on Alpine more about Tengine docs in this image added Upstream check module

to start just type something like that:

docker exec -it -d -v example.com.conf:/etc/nginx/conf.d/example.com.conf \
    -p "80:80" -p 443:443 tw2066/tengine

or if you want rewrite nginx.conf you can type something like that:

docker exec -it -d -v example.com.conf:/etc/nginx/conf.d/example.com.conf \
    -v nginx.conf:/etc/nginx/nginx.conf \
    -p "80:80" -p 443:443 tw2066/tengine

Tag summary

Content type

Image

Digest

sha256:0b55df1a1

Size

23.8 MB

Last updated

almost 4 years ago

docker pull tw2066/tengine