让 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
kiwicom/python-rancher-compose
rancher/rancher-agent
rancher/rancher
rancher/rancher-webhook
rancher/rancher-operator
rancher/rancher-runtime
rancher/rancher-cleanup
rancher/lb-service-rancher
rancher/system-agent-installer-rancher
rancher/rancher-csp-adapter
rancher/rancher-ecr-credentials
composer/composer
rancher/mirrored-pause
rancher/vm-rancheros
rancher/pause
rancher/mirrored-coredns-coredns
rancher/shell
rancher/klipper-lb
rancher/local-path-provisioner
rancher/fleet-agent
rancher/metrics-server
rancher/rke-tools
rancher/klipper-helm
rancher/mirrored-metrics-server
rancher/system-agent-installer-rke2
rancher/nginx-ingress-controller
rancher/ranchervm
rancher/agent
rancher/calico-node
rancher/calico-cni
rancher/coredns-coredns
rancher/rke2-runtime
rancher/mirrored-prometheus-node-exporter
rancher/fleet
rancher/mirrored-library-busybox
rancher/mirrored-calico-node
rancher/k3s
rancher/net
rancher/server
rancher/gitjob
rancher/hyperkube
rancher/mirrored-library-traefik
rancher/coreos-flannel
rancher/system-agent-installer-k3s
rancher/hardened-kubernetes
rancher/kubectl
rancher/istio-proxyv2
rancher/mirrored-calico-pod2daemon-flexvol
rancher/mirrored-istio-proxyv2
rancher/mirrored-library-nginx
rancher/mirrored-calico-cni
rancher/calico-pod2daemon-flexvol
rancher/lb-service-haproxy
rancher/kube-api-auth
rancher/nginx-ingress-controller-defaultbackend
rancher/network-manager
rancher/fluentd
rancher/os
rancher/metadata
rancher/prom-node-exporter
rancher/prom-prometheus
rancher/dns
rancher/mirrored-neuvector-updater
rancher/healthcheck
rancher/mirrored-flannelcni-flannel-cni-plugin
rancher/cluster-proportional-autoscaler
rancher/mirrored-flannelcni-flannel
rancher/log-aggregator
rancher/mirrored-prometheus-operator-prometheus-config-reloader
rancher/mirrored-cloud-provider-vsphere-csi-release-driver
rancher/pushprox-client
rancher/jimmidyson-configmap-reload
rancher/nginx
rancher/system-upgrade-controller
rancher/grafana-grafana
rancher/library-traefik
rancher/mirrored-calico-kube-controllers
rancher/mirrored-fluent-fluent-bit
rancher/mirrored-cluster-proportional-autoscaler
rancher/mirrored-prometheus-prometheus
rancher/coreos-prometheus-config-reloader
rancher/prometheus-auth
rancher/scheduler
rancher/rancher.github.io
rancher/library-busybox
rancher/istio-kubectl
rancher/mirrored-grafana-grafana
rancher/mirrored-longhornio-longhorn-instance-manager
rancher/mirrored-kiwigrid-k8s-sidecar
rancher/security-scan
rancher/hardened-calico
rancher/longhorn-manager
rancher/hardened-etcd
rancher/hardened-coredns
rancher/metrics-server-amd64
rancher/pushprox-proxy
rancher/mirrored-prometheus-operator-prometheus-operator
rancher/coreos-prometheus-operator
rancher/k8s
rancher/configmap-reload
与「python-rancher-compose」相关的博客与命名空间
相关博客
Rancher 容器化部署指南:基于 Docker 的生产环境实践
Rancher 是一款专为在生产环境中部署容器的组织打造的容器管理平台,它能全面支持容器的部署、监控、扩展与运维等全生命周期管理,帮助企业有效提升生产环境中容器应用的运行效率与稳定性,优化资源配置,简化管理流程,适用于各类需要在生产场景中规模化或复杂化部署容器的机构,满足其对容器应用可靠运行与高效管理的核心需求。
手把手教你用 Docker 部署 Python
本文介绍了通过Docker部署Python的全流程,包括从轩辕镜像查看、下载Python镜像(含多种拉取方式),到以快速部署、挂载本地项目、docker-compose管理三种方式部署容器,还涵盖安装第三方库、构建自定义镜像的进阶实践及常见问题解决办法。
手把手教你使用 Docker 部署 Nginx 教程
本文详细介绍了基于轩辕镜像的 Nginx 镜像拉取方法(含登录验证、免登录(推荐)、官方直连等方式),以及三种适合不同场景的 Docker 部署方案(快速部署用于测试、目录挂载用于实际项目、docker-compose 用于企业级场景),同时提供了服务验证步骤和常见问题解决方案(如端口访问、HTTPS 配置、日志切割、时区修正),内容循序渐进、操作指令完整,专为初学者设计,可直接对照执行完成 Nginx 部署。