注意:这是https://hub.docker.com/_/erlang%E7%9A%84%60s390x%60%E6%9E%B6%E6%9E%84%E6%9E%84%E5%BB%BA%E7%9A%84%22%E6%8C%89%E6%9E%B6%E6%9E%84%22%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%22https://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 s390x/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 s390x/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 s390x/erlang escript your-escript.erl
s390x/erlang镜像有多种版本,每种版本设计用于特定用例。
s390x/erlang:<version>这是默认镜像。如果不确定自己的需求,可能需要使用此版本。它设计为既可作为临时容器(挂载源代码并启动容器以运行应用),也可作为构建其他镜像的基础。
此标签基于https://hub.docker.com/_/buildpack-deps/%E3%80%82%60buildpack-deps%60%E4%B8%93%E4%B8%BA%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%E3%80%82%E6%8C%89%E8%AE%BE%E8%AE%A1%EF%BC%8C%E5%AE%83%E5%8C%85%E5%90%AB%E5%A4%A7%E9%87%8F%E6%9E%81%E5%85%B6%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%E8%87%AA%E5%AE%83%E7%9A%84%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%91%E7%B3%BB%E7%BB%9F%E4%B8%8A%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
s390x/erlang:<version>-slim此镜像不包含默认标签中的常见软件包,只包含运行s390x/erlang所需的最小软件包。除非在仅部署s390x/erlang镜像且有空间限制的环境中工作,否则强烈建议使用此仓库的默认镜像。
s390x/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的镜像的一些优缺点比较,请参见此Hacker News评论线程。
为最小化镜像大小,基于Alpine的镜像中通常不包含其他相关工具(如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 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务