目前碰到的问题是可以找到大量的仓库镜像的代理方案,但是我现在新机器想安装 docker,官方的安装脚本已经无法运行了,一直是超时,
我找到方案了:
1
body007 134 天前
# 下载安装脚本并在脚本添加代理
curlp -s https://get.docker.com | \ sed '3i export http_proxy=http://proxy.top:1081\nexport https_proxy=http://proxy.top:1081' > get-docker.sh # 开始安装 sudo sh get-docker.sh 这个脚本我在 Debian 、Ubuntu 、WSL 里面都能成功,脚本里面自动识别安装环境。 |
2
ThirdFlame 134 天前
我也一直用 https://get.docker.com 这个
|
3
vkillwucy 134 天前 via Android
apt install docker-compose 就给把 docker 一并装了😂
|
5
ysc3839 134 天前 via Android
|
6
sheeta 134 天前
|
7
Showfom 134 天前
|
9
lxzxl 134 天前
用 containerd + nerdctl 吧,github 上下载,直接 scp 上去解压就好了
|
10
YsHaNg 134 天前 via iPhone
莫名其妙的点进来 你们真就觉得说中文的都住一块地方吗
|