注意:这是https://hub.docker.com/_/erlang%E7%9A%84%60ppc64le%60%E6%9E%B6%E6%9E%84%22%E6%8C%89%E6%9E%B6%E6%9E%84%22%E4%BB%93%E5%BA%93 -- 更多信息,请参见官方镜像文档中的"https://github.com/docker-library/official-images#architectures-other-than-amd64%22%E5%92%8C%E5%AE%98%E6%96%B9%E9%95%9C%E5%83%8FFAQ%E4%B8%AD%E7%9A%84%22https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what%22%E3%80%82
维护者:
https://github.com/erlang/docker-erlang-otp
获取帮助:
Docker社区Slack、Server Fault、Unix & Linux或Stack Overflow
Dockerfile链接https://github.com/erlang/docker-erlang-otp/blob/6d241956bbead4df3fefca19c84c5b4908a5d353/28/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/6d241956bbead4df3fefca19c84c5b4908a5d353/28/slim/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/6d241956bbead4df3fefca19c84c5b4908a5d353/28/alpine/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/27/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/27/slim/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/27/alpine/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/26/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/26/slim/Dockerfile
https://github.com/erlang/docker-erlang-otp/blob/c57e3a8731074ddd85f016d48104e4f08cb2a90a/26/alpine/Dockerfile
提交issue的位置:
https://github.com/erlang/docker-erlang-otp/issues?q=
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/erlang/, https://hub.docker.com/r/arm32v5/erlang/, https://hub.docker.com/r/arm32v7/erlang/, https://hub.docker.com/r/arm64v8/erlang/, https://hub.docker.com/r/i386/erlang/, https://hub.docker.com/r/mips64le/erlang/, https://hub.docker.com/r/ppc64le/erlang/, https://hub.docker.com/r/s390x/erlang/
已发布镜像制品详情:
https://github.com/docker-library/repo-info/blob/master/repos/erlang (https://github.com/docker-library/repo-info/commits/master/repos/erlang)
(镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Ferlang
https://github.com/docker-library/official-images/blob/master/library/erlang (https://github.com/docker-library/official-images/commits/master/library/erlang)
本描述的来源:
https://github.com/docker-library/docs/tree/master/erlang (https://github.com/docker-library/docs/commits/master/erlang)
Erlang是一种用于构建大规模可扩展软实时系统的编程语言,对高可用性有要求。其应用领域包括电信、银行、电子商务、计算机电话和即时通讯等。Erlang的运行时系统内置了对并发、分布式和容错的支持。
***.org/wiki/Erlang_(programming_language)
!https://raw.githubusercontent.com/docker-library/docs/4144083772e02655d41aa10d6467aaf1e99fa77b/erlang/logo.png
console➸ docker run -it --rm ppc64le/erlang Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] Eshell V9.0 (abort with ^G) 1> uptime(). 3 seconds ok 2> % 使用Ctrl+G调用shell切换 User switch command --> ? c [nn] - 连接到作业 i [nn] - 中断作业 k [nn] - 终止作业 j - 列出所有作业 s [shell] - 启动本地shell r [node [shell]] - 启动远程shell q - 退出erlang ? | h - 此帮助信息 --> q ➸ docker run -it --rm -h erlang.local ppc64le/erlang erl -name snode@erlang.local Erlang/OTP 20 [erts-9.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] Eshell V9.0 (abort with ^G) (snode@erlang.local)1> erlang:system_info(otp_release). "20" (snode@erlang.local)2> User switch command --> q
console$ docker run -it --rm --name erlang-inst1 -v "$PWD":/usr/src/myapp -w /usr/src/myapp ppc64le/erlang escript your-escript.erl
ppc64le/erlang镜像有多种版本,每种版本设计用于特定场景。
ppc64le/erlang:<version>这是默认镜像。如果不确定自己的需求,建议使用此版本。它既可作为临时容器(挂载源代码并启动容器以运行应用),也可作为构建其他镜像的基础。
此标签基于https://hub.docker.com/_/buildpack-deps/%E3%80%82%60buildpack-deps%60%E9%9D%A2%E5%90%91%E6%8B%A5%E6%9C%89%E5%A4%9A%E4%B8%AA%E9%95%9C%E5%83%8F%E7%9A%84Docker%E6%99%AE%E9%80%9A%E7%94%A8%E6%88%B7%E8%AE%BE%E8%AE%A1%EF%BC%8C%E5%8C%85%E5%90%AB%E5%A4%A7%E9%87%8F%E6%9E%81%E5%B8%B8%E8%A7%81%E7%9A%84Debian%E8%BD%AF%E4%BB%B6%E5%8C%85%E3%80%82%E8%BF%99%E5%87%8F%E5%B0%91%E4%BA%86%E6%B4%BE%E7%94%9F%E9%95%9C%E5%83%8F%E9%9C%80%E8%A6%81%E5%AE%89%E8%A3%85%E7%9A%84%E8%BD%AF%E4%BB%B6%E5%8C%85%E6%95%B0%E9%87%8F%EF%BC%8C%E4%BB%8E%E8%80%8C%E5%87%8F%E5%B0%8F%E7%B3%BB%E7%BB%9F%E4%B8%AD%E6%89%80%E6%9C%89%E9%95%9C%E5%83%8F%E7%9A%84%E6%80%BB%E4%BD%93%E5%A4%A7%E5%B0%8F%E3%80%82
ppc64le/erlang:<version>-slim此镜像不包含默认标签中的常见软件包,仅包含运行ppc64le/erlang所需的最小软件包。除非在仅部署ppc64le/erlang镜像且有空间限制的环境中,否则强烈建议使用此仓库的默认镜像。
ppc64le/erlang:<version>-alpine此镜像基于流行的Alpine Linux项目,可在https://hub.docker.com/_/alpine%E4%B8%AD%E8%8E%B7%E5%8F%96%E3%80%82Alpine Linux比大多数发行版基础镜像小得多(约5MB),因此通常会生成更精简的镜像。
当最终镜像大小尽可能小是首要考虑因素时,此变体非常有用。需要注意的是,它使用musl libc而非glibc及相关库,因此软件可能会因对libc的依赖/假设深度而遇到问题。有关可能出现的问题以及使用Alpine-based镜像的优缺点对比,可参见此Hacker News评论线程。
为最小化镜像大小,Alpine-based镜像中通常不包含额外的相关工具(如git或bash)。以此镜像为基础,可在自己的Dockerfile中添加所需工具(如不熟悉如何安装软件包,可参见https://hub.docker.com/_/alpine/%E4%B8%AD%E7%9A%84%E7%A4%BA%E4%BE%8B%EF%BC%89%E3%80%82
查看此镜像中包含软件的许可证信息。
与所有Docker镜像一样,这些镜像可能还包含其他受其他许可证约束的软件(如基础发行版中的Bash等,以及主要软件的任何直接或间接依赖项)。
一些能够自动检测到的额外许可证信息可能位于https://github.com/docker-library/repo-info/tree/master/repos/erlang%E4%B8%AD%E3%80%82
对于任何预构建镜像的使用,镜像用户有责任确保对本镜像的任何使用都符合其中包含的所有软件的相关许可证。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。



探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 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 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务