Hogyan SSH az alapértelmezett VirutalBox Docker VM?
Használhatja a PowerShell vagy parancssorba SSH a dokkoló alapértelmezett VirtualBox machince.
Az SSH az alapértelmezett VirtualBox Docker VM, Használja a következő parancsot:
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, Használja a következő parancsot:
passwd
