注意:这是 https://hub.docker.com/_/hylang 的 mips64le 架构专用仓库——更多信息请参见官方镜像文档中的“https://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/hylang/hy
获取帮助:
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
提交issue的位置:
https://github.com/hylang/hy/issues?q=
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/hylang/%E3%80%81https://hub.docker.com/r/arm32v5/hylang/%E3%80%81https://hub.docker.com/r/arm32v6/hylang/%E3%80%81https://hub.docker.com/r/arm32v7/hylang/%E3%80%81https://hub.docker.com/r/arm64v8/hylang/%E3%80%81https://hub.docker.com/r/i386/hylang/%E3%80%81https://hub.docker.com/r/mips64le/hylang/%E3%80%81https://hub.docker.com/r/ppc64le/hylang/%E3%80%81https://hub.docker.com/r/riscv64/hylang/%E3%80%81https://hub.docker.com/r/s390x/hylang/%E3%80%81https://hub.docker.com/r/winamd64/hylang/
已发布镜像制品详情:
https://github.com/docker-library/repo-info/blob/master/repos/hylang%EF%BC%88https://github.com/docker-library/repo-info/commits/master/repos/hylang%EF%BC%89
(镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fhylang
https://github.com/docker-library/official-images/blob/master/library/hylang%EF%BC%88https://github.com/docker-library/official-images/commits/master/library/hylang%EF%BC%89
本描述的来源:
https://github.com/docker-library/docs/tree/master/hylang%EF%BC%88https://github.com/docker-library/docs/commits/master/hylang%EF%BC%89
Hy(又称Hylang)是一种Lisp编程语言方言,旨在通过将表达式转换为Python的抽象语法树(AST)来与Python互操作。类似于Clojure将s表达式映射到JVM,Hy旨在作为Python抽象语法的透明Lisp前端。Hy还允许通过编译步骤导入和访问Python库(包括标准库)以及Hy代码,将两者的数据结构都转换为Python的AST。
***.org/wiki/Hy
!https://raw.githubusercontent.com/docker-library/docs/c097f38c6ee48cd***df8cd853a9d806fff429/hylang/logo.png
DockerfiledockerfileFROM mips64le/hylang:0.10 COPY . /usr/src/myapp WORKDIR /usr/src/myapp CMD [ "hy", "./your-daemon-or-script.hy" ]
然后可以构建并运行Docker镜像:
console$ docker build -t my-hylang-app $ docker run -it --rm --name my-running-app my-hylang-app
对于许多简单的单文件项目,编写完整的Dockerfile可能不方便。在这种情况下,可以直接使用Hy Docker镜像运行Hy脚本:
console$ docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp mips64le/hylang:0.10 hy your-daemon-or-script.hy
查看此镜像中包含的软件的https://github.com/hylang/hy/blob/master/LICENSE%E3%80%82
与所有Docker镜像一样,这些镜像可能还包含其他软件,这些软件可能采用其他许可(例如基础发行版中的Bash等,以及包含的主要软件的任何直接或间接依赖项)。
一些能够自动检测到的其他许可信息可能位于https://github.com/docker-library/repo-info/tree/master/repos/hylang%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 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务