AltArch CentOS 安装 docker-compose
文章
林里克斯
docker-compose
官网提供的命令不能直接在 aarch64
系统上直接运行,借助 pip
命令来安装 docker-compose
实验平台:CentOS Linux 7.8.2003 (AltArch)
docker-compose version:1.27.4
1.安装 pip
和 python3
和依赖
$ yum -y install git python36 python36-devel python36-pip zlib-devel
2.使用阿里源
$ vim /root/.pip/pip.conf
[global]
index-url = https://pypi.doubanio.com/simple
[install]
trusted-host = pypi.doubanio.com
[global]
index-url = https://mirrors.aliyun.com/pypi/simple
[install]
trusted-host = mirrors.aliyun.com
3.安装 tox
$ pip3.6 install tox==2.1.1
4.初始化 tox
$ /usr/local/bin/tox --notest -i https://mirrors.aliyun.com/pypi/simple
5.使用 pip
安装指定版本 docker-compose
$ pip3.6 install docker-compose==1.27.4
6.查看已安装
$ pip3.6 list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
appdirs (1.4.4)
attrs (20.2.0)
bcrypt (3.2.0)
cached-property (1.5.2)
certifi (2020.6.20)
cffi (1.14.3)
chardet (3.0.4)
cryptography (3.1.1)
distlib (0.3.1)
distro (1.5.0)
docker (4.3.1)
docker-compose (1.27.4)
dockerpty (0.4.1)
docopt (0.6.2)
filelock (3.0.12)
idna (2.10)
importlib-metadata (1.7.0)
importlib-resources (3.0.0)
jsonschema (3.2.0)
paramiko (2.7.2)
pip (9.0.3)
pluggy (0.3.1)
py (1.9.0)
pycparser (2.20)
PyNaCl (1.4.0)
pyrsistent (0.17.3)
python-dotenv (0.14.0)
PyYAML (5.3.1)
requests (2.24.0)
setuptools (39.2.0)
six (1.15.0)
texttable (1.6.3)
tox (2.1.1)
urllib3 (1.25.10)
virtualenv (20.0.31)
websocket-client (0.57.0)
zipp (3.2.0)
7.验证
$ docker-compose version
docker-compose version 1.27.4, build unknown
docker-py version: 4.3.1
CPython version: 3.6.8
OpenSSL version: OpenSSL 1.0.2k-fips 26 Jan 2017
Over~
版权协议须知!
本篇文章来源于 Uambiguous ,如本文章侵犯到任何版权问题,请立即告知本站,本站将及时予与删除并致以最深的歉意
1271 0 2020-09-28
博主卡片
运维时间
搭建这个平台,只为分享及记载自己所遇之事和难题。
现在时间 2024-12-28
今日天气
随机推荐
10-15
redis-cli info 详解
01-05
Redis的持久化
12-14
Linux 各关机命令详解
01-25
Tomcat详解(一)
12-17
MySQL 之 my.cnf 详解
站点统计
- 文章总数:241篇
- 分类总数:29个
- 评论总数:12条
- 本站总访问量 353112 次
@xiaozi 最后的分享的镜像下载地址打不开 服务器没有开机吗?
@yuanyuan 为什么我的4b安装centos7.9 插上tf卡 显示不兼...
@Wong arrhenius 牛比
@MakerFace 厉害了!
@TongSir 老哥 更新下我的友链链接 https://blog.ton...