
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://github.com/Athlon1600/nginx-rtmp-server/actions/workflows/docker-build-push.yml/badge.svg](https://github.com/Athlon1600/nginx-rtmp-server/actions/workflows/docker-build-push.yml)
This is a Docker image that contains:
shellnginx version: nginx/1.22.1 built by gcc 12.2.0 (Debian 12.2.0-14+deb12u1) built with OpenSSL 3.0.17 1 Jul 2025 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --without-http_gzip_module --with-http_ssl_module --with-http_v2_module --with-debug --with-threads --with-ipv6 --add-module=../nginx-rtmp-module-dev
shellffmpeg version 7.0.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2024 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg libavutil 59. 8.100 / 59. 8.100 libavcodec 61. 3.100 / 61. 3.100 libavformat 61. 1.100 / 61. 1.100 libavdevice 61. 1.100 / 61. 1.100 libavfilter 10. 1.100 / 10. 1.100 libswscale 8. 1.100 / 8. 1.100 libswresample 5. 1.100 / 5. 1.100 libpostproc 58. 1.100 / 58. 1.100
More info:
First, pull down the image you want to use. For now, we have only two variants - one with FFmpeg preinstalled, and one without.
debian-ffmpegshelldocker pull athlon1600/nginx-rtmp:latest
And then, you can either run it straight out of the box using the default nginx.conf file:
shelldocker run --rm -p 80:80 -p 1935:1935 athlon1600/nginx-rtmp:latest
or you can specify your own custom nginx.conf:
shelldocker run --rm -p 80:80 -p 1935:1935 -v ${PWD}/nginx.conf:/etc/nginx/nginx.conf:ro athlon1600/nginx-rtmp:latest
or use this as a base image within your own custom Dockerfile:
dockerfileFROM athlon1600/nginx-rtmp:latest COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80 EXPOSE 1935 CMD ["/usr/local/nginx/sbin/nginx", "-g", "daemon off;"]
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 athlon1600/nginx-rtmp 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: