How to take back control to Docker Quick Terminal once SSH done ?
Snehil03 opened this issue · 0 comments
Snehil03 commented
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 :-
- How to go back to Docker Quick Terminal instance again ?
- How to update ip of newly created instance ?
Thanks,
Snehil Belekar