Bagaimana SSH ke default VirutalBox Docker VM?
Anda dapat menggunakan PowerShell atau command prompt untuk SSH ke dalam buruh pelabuhan bawaan VirtualBox machince.
SSH ke default VirtualBox Docker VM, gunakan perintah berikut:
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, gunakan perintah berikut:
passwd
