Created
March 6, 2020 22:44
-
-
Save langhard/1d42ba20a7ce6f6a822cb7fdaaf070a2 to your computer and use it in GitHub Desktop.
Install docker-compose in RancherOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ros console switch debian | |
mkdir ~/bin | |
sudo curl -L https://github.com/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` -o ~/bin/docker-compose | |
cd ~/bin/docker-compose | |
chmod +x docker-compose | |
export PATH=$PATH:~/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment