您的位置 首页 主机教程

甲骨文ARM常用docker项目

鉴于博主的甲骨文最近终于开到了ARM机子,但是有一些X86的脚本并不支持ARM架构,网上搜索了一圈,找到一个比…

鉴于博主的甲骨文最近终于开到了ARM机子,但是有一些X86的脚本并不支持ARM架构,网上搜索了一圈,找到一个比较齐全的支持ARM的docker项目。

项目地址:

GitHub https://github.com/stilleshan/dockerfiles
Docker https://hub.docker.com/u/stilleshan

博主以speedtest-x为例,其他项目操作方式基本相同

1、安装docker

curl -sSL https://get.docker.com/ | sh
systemctl start docker
systemctl enable docker

2、拉取 Docker 镜像 docker pull stilleshan/speedtest-x

3、运行容器 docker run -d –name=speedtest-x –restart=always -p 12345:80 stilleshan/speedtest-x

4、访问 {IP}:{端口}/index.html 进行测速

本文来自网络,不代表45主机测评立场,转载请注明出处:https://45sp.com/2025.html

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

联系我们

联系我们

邮箱: reduu@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部