డిఫాల్ట్ VirutalBox డాకర్ VMలోకి SSH ఎలా చేయాలి?

మీరు డాకర్ డిఫాల్ట్ వర్చువల్‌బాక్స్ మెషిన్స్‌లో SSHకి పవర్‌షెల్ లేదా కమాండ్ ప్రాంప్ట్‌ని ఉపయోగించవచ్చు.

To SSH into the default VirtualBox Docker VM, use the following command:

docker-machine ssh default

 

You can switch to the root user using the following command:

sudo -i

 

If you wish to set a root password after switching to the root user, use the following command:

passwd