Centos 安装 Docker 和 Docker-compose
本次安装的Docker版本为CE(社区版)
安装依赖环境
yum install -y yum-utils device-mapper-persistent-data lvm2
添加源
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
更新源缓存
yum makecache fast
安装Docker-ce
yum -y install docker-ce
如果想安装指定版本可以一下命令查看历史版本
yum list docker-ce --showduplicates
安装指定版本
yum -y install docker-ce:19.03.11
安装Docker-compose
安装python-pip
yum -y install python-pip epel-release
安装docker-compose
pip install docker-compose
也许会遇到:
python pip 安装软件时出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*