# docker-compose **Repository Path**: large_cat/docker-compose ## Basic Information - **Project Name**: docker-compose - **Description**: docker-compose linux x86-64 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-06 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 解决github下载docker-compose慢的问题 本方案目前只适用于x87_64的linux系统,其他平台可以到github进行下载: `https://github.com/docker/compose/releases` 软件版本为:**1.24** ## 使用方法: 在x86_64的linux中使用root用户执行命令 ```shell curl -L "https://gitee.com/large_cat/docker-compose/raw/main/install.sh" | sh # 下载docker-compose chmod +x /usr/local/bin/docker-compose # 增加执行权限 ```