Conas SSH a chur isteach sa VirutalBox Docker VM réamhshocraithe?
Is féidir leat úsáid a bhaint as an powershell nó ordú pras chun SSH isteach sa docker meaisín VirtualBox réamhshocraithe.
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
