Giter Site home page Giter Site logo

docker_alpine_tengine's Introduction

Tengine Docker Images

This tengine image is based on the popular Alpine Linux project.

Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com.

##启动时注意事项 启动时需要挂载conf和logs目录,增加了nginx自动切割日志脚本,并且目录挂载到容器内部的/nginx_oldlogs目录,支持hos参数,hos参数将在日志切割时使用,运行命令如下:

docker run -d -p 80:80 -p 443:443 --restart=always -v /data/tengine/conf:/usr/local/nginx/conf -v /data/tengine/logs:/usr/local/nginx/logs  -v /data/ngx_oldlogs:/nginx_oldlogs -e "HOS=253" --name tengine 91ba63d98d11

docker_alpine_tengine's People

Contributors

ccorzorz avatar

Stargazers

huoxiangdong avatar

Watchers

James Cloos avatar  avatar

Forkers

wangtifang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.