How to install Docker-Compose (Linux) 簡單的安裝Docker-Compose
Run this command to download the latest version of Docker Compose:
請依照以下幾個步驟 約3分鐘即可安裝完畢
please check Last release first → https://github.com/docker/compose/releases/
請先到官方的頁面檢查目前最新的版本號碼more safe for user 此方法較推薦也較安全
Please change 1.25.0 to Last release version
請更換1.25.0改成目前最新釋出的版本
- curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` -o ~/docker-compose
- chmod +x ~/docker-compose
- sudo mv ~/docker-compose /usr/local/bin/docker-compose
留言
張貼留言