Last active
June 13, 2017 14:32
-
-
Save rshsmi/8ff34d5e91c97e2832044818dc53a67e 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 |
This was a life saver yum install python-devel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, please help i get the error
Thanks 👍