axizdkr/tengine

By axizdkr

Updated over 2 years ago

Tengine based on Alpine

Image
Web servers
32

100K+

axizdkr/tengine repository overview

Dockerfile

https://github.com/Axizdkr/tengine

Simple docker image of Tengine web server based on Alpine


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 axizdkr/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 axizdkr/tengine

example of conf see on github

Tag summary

Content type

Image

Digest

sha256:d852ca38c

Size

32.6 MB

Last updated

over 2 years ago

docker pull axizdkr/tengine:alpine3.19.1