Is there any way to ssh into a docker machine from another computer on the same network
Opened this issue · 0 comments
UmarNoor commented
I am looking to connect to a docker machine from another computer.
I have 2 windows physical machines .... win1 and win2...
win1 ( runs hyper-v with docker and runs 2 docker machines - vm1 and vm2 ).
On win1, i use putty and ssh to any of the docker machines either vm1 or vm2 and it connects which implies that ssh is running on the docker machines...
On win2, there is only putty (no docker) and i want to connect to vm1 or vm2 using ssh and i am unable to do so. Any suggestions.
If it is possible, please let me know.