
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
The https://hub.docker.com/u/armhf/ organization is deprecated in favor of the more-specific https://hub.docker.com/u/arm32v7/ and https://hub.docker.com/u/arm32v6/ organizations, as per https://github.com/docker-library/official-images#architectures-other-than-amd64. Please adjust your usages accordingly.
Dockerfile links** THESE IMAGES ARE VERY EXPERIMENTAL; THEY ARE PROVIDED ON A BEST-EFFORT BASIS WHILE https://github.com/docker-library/official-images/issues/2289 IS STILL IN-PROGRESS (which is the first step towards proper multiarch images) **
** PLEASE DO NOT USE THEM FOR IMPORTANT THINGS **
This image is built from the source of the https://hub.docker.com/_/irssi/. Please see that image's description for links to the relevant Dockerfiles.
If you are curious about specifically how this image differs, see https://github.com/tianon/jenkins-groovy/tree/master/dsl/docker-multiarch/images, which are responsible for creating the Jenkins jobs which build them.
Where to get help:
https://forums.docker.com/, https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/, or https://stackoverflow.com/search?tab=newest&q=docker
Where to file issues:
https://github.com/jessfraz/irssi/issues
Maintained by:
https://github.com/jessfraz/irssi, with the appreciation of the Irssi Project
Published image artifact details:
https://github.com/docker-library/repo-info/blob/master/repos/irssi (https://github.com/docker-library/repo-info/commits/master/repos/irssi)
(image metadata, transfer size, etc)
Image updates:
https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Firssi
https://github.com/docker-library/official-images/blob/master/library/irssi (https://github.com/docker-library/official-images/commits/master/library/irssi)
Source of this description:
https://github.com/docker-library/docs/tree/master/irssi (https://github.com/docker-library/docs/commits/master/irssi)
Supported Docker versions:
https://github.com/docker/docker/releases/latest (down to 1.6 on a best-effort basis)
Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. Some people refer to it as 'the client of the future'.
http://irssi.org
!https://raw.githubusercontent.com/docker-library/docs/633afc6f794a31463888319d9f0c3cc0801d81e3/irssi/logo.png
Because it is unlikely any two irssi users have the same configuration preferences, this image does not include an irssi configuration. To configure irssi to your liking, please refer to http://irssi.org/documentation.
Be sure to also checkout the https://github.com/irssi/scripts.irssi.org you can download to customize your irssi configuration.
On a Linux system, build and launch a container named my-running-irssi like this:
console$ docker run -it --name my-running-irssi -e TERM -u $(id -u):$(id -g) \ --log-driver=none \ -v $HOME/.irssi:/home/user/.irssi:ro \ -v /etc/localtime:/etc/localtime:ro \ irssi
We specify --log-driver=none to avoid storing useless interactive terminal data.
On a Mac OS X system, run the same image using:
console$ docker run -it --name my-running-irssi -e TERM -u $(id -u):$(id -g) \ --log-driver=none \ -v $HOME/.irssi:/home/user/.irssi:ro \ irssi
You omit /etc/localtime on Mac OS X because boot2docker doesn't use this file.
View https://github.com/irssi/irssi/blob/master/COPYING for the software contained in this image.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务