Skip to content

Instantly share code, notes, and snippets.

@FelikZ
Created April 3, 2018 09:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FelikZ/2499203c529211fb3530c748463916e3 to your computer and use it in GitHub Desktop.
Save FelikZ/2499203c529211fb3530c748463916e3 to your computer and use it in GitHub Desktop.
Fix docker compose using python pip
#!/bin/bash
pip uninstall docker-py
pip uninstall docker-compose
pip install --upgrade --force-reinstall --no-cache-dir docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment