All Projects → nginxinc → Docker Nginx Unprivileged

nginxinc / Docker Nginx Unprivileged

Licence: apache-2.0
Unprivileged NGINX Dockerfiles

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Nginx Unprivileged

Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+1561.7%)
Mutual labels:  nginx
V2ray Agent
(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装
Stars: ✭ 4,133 (+2831.21%)
Mutual labels:  nginx
Lua Resty Auto Ssl
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
Stars: ✭ 1,786 (+1166.67%)
Mutual labels:  nginx
Nginx Tuning
NGINX tuning for best performance
Stars: ✭ 1,900 (+1247.52%)
Mutual labels:  nginx
Roothub
使用 SSM 和 MySQL 开发的论坛系统
Stars: ✭ 131 (-7.09%)
Mutual labels:  nginx
Docker Flask Gunicorn Nginx
Bootstrap example of a Flask app served via Gunicorn and Nginx using Docker conteiners
Stars: ✭ 138 (-2.13%)
Mutual labels:  nginx
Rtmp Ts Dash Webrtc
👾 音视频解决方案 Audio and video solutions(AV1)
Stars: ✭ 129 (-8.51%)
Mutual labels:  nginx
Setup Ghost Blog
Script to install your own Ghost blog, with Nginx and ModSecurity/Naxsi web application firewall. Supports multiple blogs.
Stars: ✭ 140 (-0.71%)
Mutual labels:  nginx
Nginx Ee
Automated Nginx compilation from sources with additional modules support. Compatible with WordOps, EasyEngine & Plesk
Stars: ✭ 132 (-6.38%)
Mutual labels:  nginx
Ngx http consul backend module
An nginx module for setting backends from Consul services.
Stars: ✭ 139 (-1.42%)
Mutual labels:  nginx
Vagrant Elastic Stack
Giving the Elastic Stack a try in Vagrant
Stars: ✭ 131 (-7.09%)
Mutual labels:  nginx
Api Umbrella
Open source API management platform
Stars: ✭ 1,735 (+1130.5%)
Mutual labels:  nginx
Nextjs Docker Pm2 Nginx
Next.js with Docker, PM2 and NGINX
Stars: ✭ 139 (-1.42%)
Mutual labels:  nginx
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-7.09%)
Mutual labels:  nginx
Lovinghome Real Estate Platform
⚡️基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 140 (-0.71%)
Mutual labels:  nginx
Nginx Adapter
Run Caddy with your NGINX config
Stars: ✭ 130 (-7.8%)
Mutual labels:  nginx
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-4.26%)
Mutual labels:  nginx
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-1.42%)
Mutual labels:  nginx
Lotos
tiny but high-performance HTTP Server
Stars: ✭ 140 (-0.71%)
Mutual labels:  nginx
E3 Springboot
SpringBoot+Docker重构宜立方商城
Stars: ✭ 139 (-1.42%)
Mutual labels:  nginx

NGINX Unprivileged Docker Image

This Dockerfile creates an NGINX Docker image that runs NGINX as a non root, unprivileged user. Notable differences with respect to the official NGINX Docker image include:

  • The default NGINX listen port is now 8080 instead of 80.
  • The default NGINX user directive in /etc/nginx/nginx.conf has been removed.
  • The default NGINX PID has been moved from /var/run/nginx.pid to /tmp/nginx.pid.
  • Change *_temp_path variables to /tmp/*.

Docker Hub images are built for the amd64, arm32v5 (for Debian), arm32v6 (for Alpine), arm32v7, arm64v8, i386, mips64le (for Debian), ppc64le and s390x architectures and can be found at https://hub.docker.com/r/nginxinc/nginx-unprivileged.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].