docker-machine version 0.2.0 docker version 1.6.2
I\'m using docker-machine to create a machine using VirtualBox. Everything works fine but I\'d like to ssh into th
If for some reason you'd rather use the ssh command rather than docker-machine ssh, you can do
ssh
docker-machine ssh
ssh `docker-machine ip machine_name` -ldocker -i ~/.docker/machine/machines/machine_name/id_rsa