docker-archive / toolbox

The Docker Toolbox
https://docker.com/toolbox
3.21k stars 1.23k forks source link

How to take back control to Docker Quick Terminal once SSH done ? #856

Open Snehil03 opened 5 years ago

Snehil03 commented 5 years ago

Hello,

I have created new docker machine via docker-machine create dockernew --command it successfully create new dockernew instance then docker-machine ssh dockernew -- connect to newly created instance.

Question :-

  1. How to go back to Docker Quick Terminal instance again ?
  2. How to update ip of newly created instance ?

Thanks, Snehil Belekar