Skip navigation

Docker : docker-machine

Installation de docker-machine

: au moment de l’installation la version docker-machine est en 0.14.0. Voir la documentation officiel de docker-machine pour avoir la dernière version stable.

: procédure valable fonctionne sous : Debian 9, CentOS 7 et Ubuntu 16.

Téléchargement de docker-machine.

[root@cent-os ~]#: wget https://github.com/docker/machine/releases/download/v0.14.0/docker-machine-$(uname -s)-$(uname -m) -O /tmp/docker-machine
[root@cent-os ~]#: curl -L $base/docker-machine-$(uname -s)-$(uname -m) > /tmp/docker-machine

Installation de docker machine.

[root@cent-os ~]#: mv /tmp/docker-machine /bin/
[root@cent-os ~]#: chmod 755 /bin/docker-machine

Vérification de l’installation.

[root@cent-os ~]#: docker-machine version

sortie

docker-machine version 0.14.0, build 89b8332

by | April 19, 2018 | No Comments | Système | Tags : container docker