CentOS8 安装docker

CentOS8自带容器服务podman,如果使用不习惯,可以重新安装docker

# 卸载旧版本
yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine podman

# 安装docker
yum install -y yum-utils && yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce docker-ce-cli containerd.io --allowerasing -y

# 启动docker服务
yum list docker-ce --showduplicates | sort -r
systemctl status docker && systemctl enable docker
systemctl restart docker
文章源自新逸网络-https://www.xinac.net/9243.html文章源自新逸网络-https://www.xinac.net/9243.html
weinxin
新逸IT技术
扫一扫关注微信公众号
Admin
  • 本文由 发表于 2021-12-24
  • 转载请注明:https://www.xinac.net/9243.html
CentOS系统openssh升级教程 运维笔记

CentOS系统openssh升级教程

注意:升级openssh版本有风险,升级过程中不能中断!否则服务器有失联的风险。使用VPN连接远程操作的,网络不稳定的请勿操作。 按本教程操作,网络稳定的情况下,99%的都会成功。 网上很多教程先安装...
评论  0  访客  0
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定