
如果你使用 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/cproensa/nicotine-docker
This build is based on https://github.com/***-docker, adapted to run https://github.com/nicotine-plus/nicotine-plus.
His documentation has more details and most of those are also applicable here.
Several images may be available, tagged as:
latest built with the latest stable releasetesting built with the latest development release (nightly build .deb package at the time)3.2.8-p 6080:6080.Once that is done you should be able to connect to the machine on port 6080 with a standard web browser through the magic of noVNC. Example: if your docker VM machine has IP 192.168.1.23 you should be able to connect to the Nicotine app running in docker by typing https://192.168.1.23:6080 (or http://192.168.1.23:6080 depending on your machine's security settings) in your browser after launching the container.
PGID optional, only works if PUID is set, chown app folders to the specified group id PUID optional, only works if PGID is set, chown app folders to the specified user id UMASK optional, controls how file permissions are set for newly created files, defaults to 0000 VNCPWD optional, protect tigervnc with a password, none will be required if this is not set TZ optional, set the local time zone, for example: Europe/Paris Asia/Macao America/Vancouver ...other values available in /usr/share/zoneinfo
Using Docker Compose
docker-compose up -d
Using Docker Compose YML File
services: nicotine: image: cproensa/nicotine-docker:latest container_name: nicotine environment: #- PUID=1000 # optional, see parameters section #- PGID=100 # optional, see parameters section #- TZ=Europe/Madrid # optional, see parameters section ports: - 6080:6080 # web access - 5900:5900 # direct vnc port - 50000:50000 # (example) port open for incoming soulseek (set it up in preferences) volumes: - /persistent/nicotine/appdata:/data/nicotine # For all application data (runtime files, and downloads, logs, etc) - /persistent/nicotine/config:/data/config # For configuration files # Mount an external volume with the contents to share (recommended readonly) - /path/to/shared/files:/share:ro # (optionally) take out the useful directories from the data folder into a better place # ...these are the default directories, maped 1 by 1: # - /your/home/nicotine/complete:/data/nicotine/downloads # - /your/home/nicotine/incomplete:/data/nicotine/incomplete # - /your/home/nicotine/uploads:/data/nicotine/received # - /your/home/nicotine/logs:/data/nicotine/logs # or just mount a single external volume and change those directories in preferences to be inside that mount point: # - /your/home/nicotine:/folders restart: unless-stopped
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务