User Tools

Site Tools


informatica:linux:docker-machine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

informatica:linux:docker-machine [2017/02/09 23:28] – created joseinformatica:linux:docker-machine [2017/02/13 19:03] (current) jose
Line 1: Line 1:
 ====== Docker Machine ====== ====== Docker Machine ======
 +===== Instalar docker-machine =====
 +https://docs.docker.com/machine/install-machine/
 +
 +  # curl -L https://github.com/docker/machine/releases/download/v0.9.0/docker-machine-`uname -s`-`uname -m` >/tmp/docker-machine &&
 +  chmod +x /tmp/docker-machine &&
 +  cp /tmp/docker-machine /usr/local/bin/docker-machine
 +  
 +  
 +
   # docker-machine create   --driver generic   --generic-ip-address=proxmox1 --generic-ssh-port=22001 --generic-ssh-key ~/.ssh/id_rsa  proxmox1   # docker-machine create   --driver generic   --generic-ip-address=proxmox1 --generic-ssh-port=22001 --generic-ssh-key ~/.ssh/id_rsa  proxmox1
  
informatica/linux/docker-machine.txt · Last modified: 2017/02/13 19:03 by jose