怎么说呢?我被斐讯N1刷机Armbian活生生折腾了4个晚上,终于还是搞定了。
首先得恭喜你,运气好搜到了我的博客,否则你可能需要8个晚上,16个晚上,甚至绝望。
我先说一下网上教程都坑在哪里:
搞不清楚到底哪个Armbian内核版本好用(好用是指:稳定、低负载、各硬件驱动正常)。
搞不清楚所选内核应该配套哪个dtb文件(或者不知...
It's all started with a pressure of splitting the monolithic implementation of Docker and Moby Project as result. Now Docker consist of several components on particular m...
This blog post is the result of collaboration between Arm and Docker. Special thanks to Jason Andrews @ Arm for creating much of the original content.
Arm and Docker announc...
Docker is not a monolithic piece of software. It is composed of a few different tools and this article will cover the daemon and the CLI.
Quick Jump: Visualizing Docker's Arc...
1. 如果以前装过docker版的adg,先删除原有容器和相关配置,具体命令如下(以N1为例,贝壳云把 mmcblk1p3 换成 mmcblk0p4 即可):
docker stop adguardhome
docker rm adguardhome
rm -rf /mnt/mmcblk1p3/adguardhome/confdir/*...
官方方法https://www.docker-cn.com/registry-mirror
国内较快的镜像原地址
#Docker 官方中国区
https://registry.docker-cn.com
#网易
http://hub-mirror.c.163.com
#ustc
https:...
I had built it on my Raspberry Pi 3 Model B Rev 1.2 with Raspbian10 (buster) [arm/v7].You can try to do it on your Raspberry Pi 4.
pi@raspberrypi:~ $ git clone https://github.com/...
CentOS 8 comes with its own tools, buildah and podman, which are compatible with existing docker images and work without relying on a daemon, allowing the creation of containers as...