« Docker compose » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
|||
Ligne 6 : | Ligne 6 : | ||
docker-compose version | docker-compose version | ||
= Utilisation = | = Utilisation = | ||
= Sources = | |||
* https://xataz.developpez.com/tutoriels/utilisation-docker/#LXII-B |
Version du 26 avril 2021 à 18:08
Installer Docker compose sous GNU/Linux
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py sudo python2 get-pip.py pip install docker-compose
Test :
docker-compose version