# docker-compose **Repository Path**: funny_sunny/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**: 0 - **Forks**: 1 - **Created**: 2021-07-27 - **Last Updated**: 2021-07-27 ## 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 # 增加执行权限 ```