目前碰到的问题是可以找到大量的仓库镜像的代理方案,但是我现在新机器想安装 docker,官方的安装脚本已经无法运行了,一直是超时,
我找到方案了:
1
body007 Jun 21, 2024
# 下载安装脚本并在脚本添加代理
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 Jun 21, 2024
我也一直用 https://get.docker.com 这个
|
3
vkillwucy Jun 21, 2024 via Android
apt install docker-compose 就给把 docker 一并装了😂
|
5
ysc3839 Jun 21, 2024 via Android
|
6
sheeta Jun 21, 2024
|
7
Showfom PRO |
9
lxzxl Jun 21, 2024
用 containerd + nerdctl 吧,github 上下载,直接 scp 上去解压就好了
|
10
YsHaNg Jun 21, 2024 via iPhone
莫名其妙的点进来 你们真就觉得说中文的都住一块地方吗
|