AlfieriChou / alfierichou.github.io

AlfieriChou的博客
https://alfierichou.com
4 stars 0 forks source link

centos代理安装docker-compose #35

Open AlfieriChou opened 2 years ago

AlfieriChou commented 2 years ago
  1. 使用daocloud镜像

    curl -L https://get.daocloud.io/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
    chmod +x /usr/local/bin/docker-compose
  2. 查看版本

    docker-compose version