Sut i SSH i mewn i'r VirutalBox Docker VM rhagosodedig?
Gallwch ddefnyddio'r cragen bwerau neu'r anogwr gorchymyn i SSH i mewn i beiriant VirtualBox rhagosodedig y docwr.
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
