Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save debu99/20c0509e1b494f22ba7d8053c8087f24 to your computer and use it in GitHub Desktop.
Save debu99/20c0509e1b494f22ba7d8053c8087f24 to your computer and use it in GitHub Desktop.
Install docker-compose CentOS7
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