intimatemerger/openresty本镜像为intimatemerger/openresty的Docker化部署版本,基于OpenResty构建。OpenResty是一个集成Nginx核心与LuaJIT的高性能Web平台,通过Lua脚本扩展Nginx功能,适用于构建动态Web应用、API服务及反向代理等场景。
启动容器并暴露80端口:
bashdocker run -d -p 80:80 --name openresty intimatemerger/openresty
挂载本地Nginx配置文件覆盖默认配置:
bashdocker run -d -p 80:80 \ -v /path/to/local/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf \ --name openresty intimatemerger/openresty
创建docker-compose.yml:
yamlversion: '3' services: openresty: image: intimatemerger/openresty ports: - "80:80" volumes: - ./nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf # 自定义配置 - ./lua-scripts:/usr/local/openresty/lua # Lua脚本目录 restart: always
启动服务:
bashdocker-compose up -d
本镜像包含的软件版权信息,请查看OpenResty版权说明。




manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务