
如果你使用 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://hub.docker.com/_/julia%E7%9A%84%60i386%60%E6%9E%B6%E6%9E%84%E4%B8%93%E7%94%A8%E4%BB%93%E5%BA%93%E2%80%94%E2%80%94%E6%9B%B4%E5%A4%9A%E4%BF%A1%E6%81%AF%EF%BC%8C%E8%AF%B7%E5%8F%82%E8%A7%81%E5%AE%98%E6%96%B9%E9%95%9C%E5%83%8F%E6%96%87%E6%A1%A3%E4%B8%AD%E7%9A%84%E2%80%9Chttps://github.com/docker-library/official-images#architectures-other-than-amd64%E2%80%9D%E5%92%8C%E5%AE%98%E6%96%B9%E9%95%9C%E5%83%8FFAQ%E4%B8%AD%E7%9A%84%E2%80%9Chttps://github.com/docker-library/faq#an-images-source-changed-in-git-now-what%E2%80%9D%E3%80%82
维护者:
https://github.com/docker-library/julia
获取帮助:
Docker社区Slack、Server Fault、Unix & Linux 或 Stack Overflow
Dockerfile链接(参见FAQ中的“https://github.com/docker-library/faq#whats-the-difference-between-shared-and-simple-tags%E2%80%9D%EF%BC%89
https://github.com/docker-library/julia/blob/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/trixie/Dockerfile
https://github.com/docker-library/julia/blob/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/bookworm/Dockerfile
https://github.com/docker-library/julia/blob/fa7463443f367283c***f5fe7d5f40a960b66/1.11/trixie/Dockerfile
https://github.com/docker-library/julia/blob/fa7463443f367283c***f5fe7d5f40a960b66/1.11/bookworm/Dockerfile
https://github.com/docker-library/julia/blob/25081b47fd632d8a7140a3fede2da1db2d96aee5/1.10/trixie/Dockerfile
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/bookworm/Dockerfile
1.12.0, 1.12, 1, latest:
1.11.7, 1.11:
1.10.10, 1.10:
提交issue:
https://github.com/docker-library/julia/issues?q=
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/julia/%E3%80%81https://hub.docker.com/r/arm64v8/julia/%E3%80%81https://hub.docker.com/r/i386/julia/%E3%80%81https://hub.docker.com/r/ppc64le/julia/%E3%80%81https://hub.docker.com/r/winamd64/julia/
镜像 artifact 详情:
https://github.com/docker-library/repo-info/blob/master/repos/julia%EF%BC%88https://github.com/docker-library/repo-info/commits/master/repos/julia%EF%BC%89
(镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fjulia
https://github.com/docker-library/official-images/blob/master/library/julia%EF%BC%88https://github.com/docker-library/official-images/commits/master/library/julia%EF%BC%89
本文档来源:
https://github.com/docker-library/docs/tree/master/julia%EF%BC%88https://github.com/docker-library/docs/commits/master/julia%EF%BC%89
Julia是一种用于技术计算的高级、高性能动态编程语言,其语法对其他技术计算环境的用户而言较为熟悉。它提供了复杂的编译器、分布式并行执行能力、数值精度以及广泛的数学函数库。
julialang.org
!https://raw.githubusercontent.com/docker-library/docs/520519ad7db3ea9fd5d3590e836c839a0ffd6f19/julia/logo.png
Julia支持的平台分为层级系统,根据支持程度排序。有关支持层级的详细信息,请参见Julia下载页面上的“当前支持的平台”。
特别需要注意的是,Alpine/musl属于“Tier 3”,存在多个已知问题(参见https://github.com/docker-library/julia/pull/47#issuecomment-652661869%E3%80%81https://github.com/JuliaLang/julia/issues/28805%E3%80%81https://github.com/JuliaLang/julia/issues/36458%EF%BC%89%E3%80%82
启动Julia REPL非常简单:
console$ docker run -it --rm i386/julia
console$ docker run -it --rm -v "$PWD":/usr/myapp -w /usr/myapp i386/julia julia script.jl arg1 arg2
查看本镜像中包含的软件的许可证信息。
与所有Docker镜像一样,本镜像可能还包含其他软件,这些软件可能采用其他许可证(如基础发行版中的Bash等,以及主要软件的任何直接或间接依赖项)。
可在https://github.com/docker-library/repo-info/tree/master/repos/julia%E4%B8%AD%E6%89%BE%E5%88%B0%E4%B8%80%E4%BA%9B%E8%87%AA%E5%8A%A8%E6%A3%80%E6%B5%8B%E5%88%B0%E7%9A%84%E9%A2%9D%E5%A4%96%E8%AE%B8%E5%8F%AF%E8%AF%81%E4%BF%A1%E6%81%AF%E3%80%82
对于任何预构建镜像的使用,镜像用户有责任确保对本镜像的任何使用都符合其中包含的所有软件的相关许可证。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务