甲骨文ARM DD及Docker

发布于 2021-11-30  398 次阅读


DD

Ubuntu 20 --> Debian 10

#Debian 10
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10.3 -v 64 -a -firmware
#端口22
#密码MoeClub.org

DD之后IPv6不能自动获取了,请手动赋值

ifconfig enp0s3 inet6 add IPv6地址/64 up

安装Docker

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

https://idcfq.com/581.html

有用的一些Docker

GitHub https://github.com/stilleshan/dockerfiles

Docker https://hub.docker.com/u/stilleshan

以speedtest-x为例:

docker pull stilleshan/speedtest-x  #拉取Docker镜像 
docker run -d --name=speedtest-x --restart=always -p 12345:80 stilleshan/speedtest-x  #运行Docker
#访问 {IP}:{端口}/index.html 进行测速


Love is merely a madness.