docker的卸载方法和正常的方法一样吧,可以自己搜索一下(我一般是直接重装系统了,不是很确定)
centos 服务器怎么弄,能不能直接换镜像,来拉取呢
什么时候禁止maven仓库啊,我现在都能用,建议把这些全部都禁止了,禁止访问,增加审核。
补充一下:
1. 安装方式一
1.1 自用VPS初始设置脚本
自带docker和docker-compose安装
# bash <(wget -qO- --no-check-certificate https://fastly.jsdelivr.net/gh/okxlin/ToolScript@main/tools/vps-setup.sh)
# bash <(wget -qO- --no-check-certificate https://gcore.jsdelivr.net/gh/okxlin/ToolScript@main/tools/vps-setup.sh)
# bash <(wget -qO- --no-check-certificate https://testingcf.jsdelivr.net/gh/okxlin/ToolScript@main/tools/vps-setup.sh)
# bash <(wget -qO- --no-check-certificate https://cdn.jsdelivr.net/gh/okxlin/ToolScript@main/tools/vps-setup.sh)
bash <(wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://github.com/okxlin/ToolScript/raw/main/tools/vps-setup.sh)
2. 安装方式二
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
1 个赞
2024-08-22 centos 7.9验证可用方法
先
sudo yum install -y yum-utils
然后替换阿里源
sudo yum-config-manager \
--add-repo \
https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
最后安装
sudo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin