Skip to content

Axizdkr/tengine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

tengine docker image

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published