Forked from rshsmi/gist:8ff34d5e91c97e2832044818dc53a67e
Created
June 13, 2017 14:32
-
-
Save debu99/20c0509e1b494f22ba7d8053c8087f24 to your computer and use it in GitHub Desktop.
Install docker-compose CentOS7
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
yum install -y epel-release | |
yum install -y python-pip | |
pip install --upgrade pip | |
pip install docker-compose | |
pip install backports.ssl_match_hostname --upgrade | |
# You might need to run: | |
pip install six --upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment