כיצד SSH לתוך מחדל VirutalBox דוקר VM?
אתה יכול להשתמש ב-powershell או בשורת הפקודה כדי SSH לתוך מערכת ברירת המחדל של Docker VirtualBox.
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
