
维护者:
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%5D%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/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/windows/windowsservercore-ltsc2025/Dockerfile
https://github.com/docker-library/julia/blob/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/windows/windowsservercore-ltsc2022/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/b490d5cf6af9a5f1d001d1a093c4313e8fbe3333/1.11/windows/windowsservercore-ltsc2025/Dockerfile
https://github.com/docker-library/julia/blob/b490d5cf6af9a5f1d001d1a093c4313e8fbe3333/1.11/windows/windowsservercore-ltsc2022/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
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/alpine3.22/Dockerfile
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/alpine3.21/Dockerfile
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/windows/windowsservercore-ltsc2025/Dockerfile
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/windows/windowsservercore-ltsc2022/Dockerfile
1.12.0, 1.12, 1, latest:
1.12.0-windowsservercore, 1.12-windowsservercore, 1-windowsservercore, windowsservercore:
1.11.7, 1.11:
1.11.7-windowsservercore, 1.11-windowsservercore:
1.10.10, 1.10:
1.10.10-windowsservercore, 1.10-windowsservercore:
提交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/
已发布镜像工件详情:
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属于“第三层”,存在若干已知问题(参见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 julia
console$ docker run -it --rm -v "$PWD":/usr/myapp -w /usr/myapp julia julia script.jl arg1 arg2
julia镜像有多种版本,每种版本设计用于特定场景。
julia:<version>这是默认镜像。如果不确定自己的需求,建议使用此版本。它既可以用作临时容器(挂载源代码并启动容器以运行应用),也可以作为构建其他镜像的基础。
部分标签可能包含bookworm或trixie等名称,这些是Debian的发行版代号,表示镜像基于哪个发行版。如果您的镜像需要安装除镜像自带软件之外的其他包,建议明确指定这些代号,以减少Debian新版本发布时可能出现的问题。
julia:<version>-windowsservercore此镜像基于https://hub.docker.com/r/microsoft/windows-servercore%E3%80%82%E5%9B%A0%E6%AD%A4%EF%BC%8C%E5%AE%83%E4%BB%85%E5%9C%A8%E6%94%AF%E6%8C%81%E8%AF%A5%E5%9F%BA%E7%A1%80%E9%95%9C%E5%83%8F%E7%9A%84%E7%8E%AF%E5%A2%83%E4%B8%AD%E5%B7%A5%E4%BD%9C%EF%BC%8C%E4%BE%8B%E5%A6%82Windows 10专业版/企业
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务