让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
objectpartners/rancher-container-conf
rancher/rancher-agent
rancher/rancher
rancher/rancher-webhook
rancher/rancher-operator
rancher/rancher-runtime
rancher/rancher-cleanup
rancher/configmap-reload
rancher/lb-service-rancher
rancher/system-agent-installer-rancher
rancher/container-crontab
rancher/mongodb-conf
rancher/mirrored-pause
rancher/mirrored-prometheus-operator-prometheus-config-reloader
rancher/vm-rancheros
rancher/pause
rancher/mirrored-jimmidyson-configmap-reload
rancher/galera-conf
rancher/nginx-conf
rancher/mirrored-coredns-coredns
rancher/shell
rancher/fleet-agent
rancher/klipper-lb
rancher/local-path-provisioner
rancher/metrics-server
rancher/logstash-config
rancher/rke-tools
rancher/system-agent-installer-rke2
rancher/nginx-ingress-controller
rancher/nginx-ingress-controller-defaultbackend
rancher/fluentd
rancher/metadata
rancher/prom-node-exporter
rancher/healthcheck
rancher/prom-prometheus
rancher/mirrored-flannelcni-flannel-cni-plugin
rancher/dns
rancher/cluster-proportional-autoscaler
rancher/mirrored-flannelcni-flannel
rancher/mirrored-neuvector-updater
rancher/mirrored-cloud-provider-vsphere-csi-release-driver
rancher/log-aggregator
rancher/mirrored-kube-logging-config-reloader
rancher/pushprox-client
rancher/nginx
rancher/library-traefik
rancher/system-upgrade-controller
rancher/mirrored-calico-kube-controllers
rancher/mirrored-cluster-proportional-autoscaler
rancher/mirrored-prometheus-prometheus
rancher/grafana-grafana
rancher/confd
rancher/mirrored-fluent-fluent-bit
rancher/mirrored-kiwigrid-k8s-sidecar
rancher/prometheus-auth
rancher/scheduler
rancher/library-busybox
rancher/istio-kubectl
rancher/longhorn-manager
rancher/rancher.github.io
rancher/mirrored-grafana-grafana
rancher/mirrored-longhornio-longhorn-instance-manager
rancher/hardened-etcd
rancher/hardened-coredns
rancher/security-scan
rancher/pushprox-proxy
rancher/coreos-prometheus-operator
rancher/ssh-host-container
rancher/hardened-calico
rancher/mirrored-prometheus-alertmanager
rancher/mirrored-kube-state-metrics-kube-state-metrics
rancher/metrics-server-amd64
rancher/mirrored-longhornio-longhorn-manager
rancher/k3s-upgrade
rancher/coreos-kube-state-metrics
rancher/mirrored-prometheus-operator-prometheus-operator
rancher/k8s
rancher/hardened-flannel
rancher/rke2-cloud-provider
rancher/rke2-upgrade
rancher/confd-base
rancher/hardened-cluster-autoscaler
rancher/mirrored-cilium-cilium
rancher/elasticsearch-conf
rancher/mirrored-prometheus-adapter-prometheus-adapter
rancher/mirrored-bci-micro
rancher/hardened-k8s-metrics-server
rancher/neuvector-updater
rancher/cis-operator
rancher/rancher-flexvol
rancher/pause-amd64
rancher/system-agent
rancher/library-nginx
rancher/mirrored-ingress-nginx-kube-webhook-certgen
rancher/coreos-etcd
rancher/prom-alertmanager
rancher/mirrored-sig-storage-snapshot-controller
rancher/mirrored-longhornio-longhorn-engine
rancher/fluentd-helper
与「rancher-container-conf」相关的博客与命名空间
相关博客
Container Network Interface Docker 容器化部署指南
CNI(Container Network Interface)是容器网络接口的标准化规范,用于在容器编排系统中配置容器网络。本文介绍的CNI镜像基于Project Calico项目,包含Calico网络插件和IPAM(IP地址管理)插件,适用于任何采用CNI网络规范的容器编排器。该插件允许用户利用Calico的网络功能,实现容器间的网络连接、策略控制和IP地址管理。
Rancher 容器化部署指南:基于 Docker 的生产环境实践
Rancher 是一款专为在生产环境中部署容器的组织打造的容器管理平台,它能全面支持容器的部署、监控、扩展与运维等全生命周期管理,帮助企业有效提升生产环境中容器应用的运行效率与稳定性,优化资源配置,简化管理流程,适用于各类需要在生产场景中规模化或复杂化部署容器的机构,满足其对容器应用可靠运行与高效管理的核心需求。
手把手教你使用 Docker 部署 Nginx 教程
本文详细介绍了基于轩辕镜像的 Nginx 镜像拉取方法(含登录验证、免登录(推荐)、官方直连等方式),以及三种适合不同场景的 Docker 部署方案(快速部署用于测试、目录挂载用于实际项目、docker-compose 用于企业级场景),同时提供了服务验证步骤和常见问题解决方案(如端口访问、HTTPS 配置、日志切割、时区修正),内容循序渐进、操作指令完整,专为初学者设计,可直接对照执行完成 Nginx 部署。