
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Please note: there is now an official https://hub.docker.com/r/lmscommunity/logitechmediaserver. I encourage you to switch to using that one.
Docker image for https://github.com/Logitech/slimserver (aka SqueezeCenter, SqueezeboxServer, SlimServer).
Runs as non-root user, installs useful dependencies, sets a locale,
exposes ports needed for various plugins and server discovery and
allows editing of config files like convert.conf.
Newer versions of Logitech Media Server support updates in place. To recreate this container I keep a tag of the latest version build in the working directory. To update that:
make update
To build the image:
make build
See Github network for other authors (JingleManSweep, map7, joev000).
Works well with my https://hub.docker.com/r/justifiably/musicip/. See below if you run MusicIP on another host or want to avoid running with net=host.
You need a hardware or software player to connect to the server, see pointers below.
Minimal run example:
docker run --net=host -v <audio-dir>:/mnt/music justifiably/logitechmediaserver
Then:
mysqueezebox.com configuration if you want a local-only solution/mnt/music and /mnt/playlists as your music and playlist foldersHere is a more complex run example, putting the process in background, mapping the server and player ports only and mounting volumes for music and state:
docker run -d -p 9000:9000 -p 3483:3483 -p 3483:3483/udp -v <local-state-dir>:/mnt/state -v <playlist-dir>:/mnt/playlists -v <audio-dir>:/mnt/music justifiably/logitechmediaserver
The music volume mount allows you to map an external directory already
loaded with music. The state volume mount allows you to persist the
state between different server containers. This is useful if you want
to play with plugins, or edit convert.conf to tweak transcoding
settings.
See the sample docker-compose.yml. Edit the volume settings
appropriately, run as usual by:
docker-compose up -d
I've added an install of socat (careful) so that MusicIP can be run on another machine. Logitech Media Server assumes MusicIP is running on the same host so this seems the best solution (replacing previous attempt to patch the code). Set the environment variable to to port-forward to a named host or IP:
MUSICIP_HOST=musicip.mynetwork
(of course the instance of MusicIP needs to return paths that make sense to the local server as well).
Most help and up to date information is available on the excellent forums: <[***]>
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。






来自真实用户的反馈,见证轩辕镜像的优质服务