Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/blog.cloudwai.com/usr/plugins/AMP/Action.php on line 388
甲骨文ARM常用docker项目

云外博客 | 步入云端探索未知奥秘

甲骨文ARM常用docker项目

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

项目地址:

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 进行测速

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »

因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合AMP标准。