« Docker compose » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « = 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 ») |
|||
Ligne 3 : | Ligne 3 : | ||
sudo python2 get-pip.py | sudo python2 get-pip.py | ||
pip install docker-compose | pip install docker-compose | ||
Test : | |||
docker-compose version | |||
= Utilisation = |
Version du 26 avril 2021 à 18:07
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