How to ssh into docker-machine VirtualBox instance

0 votes

I'm using docker-machine to create a machine using VirtualBox. Everything works fine but I'd like to use ssh into the machine itself and I find no instructions on how to do this. I can connect to the ssh port:

ssh $(docker-machine ip dev)

But I've no idea what username / password / identity file to use.

Aug 1, 2018 in Docker by Hannah
• 18,570 points
1,121 views

1 answer to this question.

0 votes

You can log into docker-machine hosts by just running

docker-machine ssh default

The identity files should be stored under ~/.docker/machine/machines

answered Aug 1, 2018 by Kalgi
• 52,360 points

Related Questions In Docker

0 votes
1 answer

How to use Docker Machine to provision hosts on virtualbox?

Hi@akhtar,  You can run the docker-machine create command, pass the ...READ MORE

answered Dec 21, 2020 in Docker by MD
• 95,440 points
484 views
0 votes
2 answers
+1 vote
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,472 views
0 votes
1 answer

How to increase docker-machine memory Mac

when you create docker machine, you can ...READ MORE

answered Jul 26, 2018 in Docker by Kalgi
• 52,360 points
2,292 views
+4 votes
4 answers

How To Access a Service on Host From a Docker Container?

Adding to kalgi's answer, You can also ...READ MORE

answered Oct 16, 2018 in Docker by lina
• 8,220 points

edited Oct 16, 2018 by lina 33,052 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP