Wie in den Standard VirutalBox Docker VM SSH?

Sie können die Powershell oder Eingabeaufforderung zu SSH in die Docker Standard VirtualBox machince verwenden.

SSH in die Standard VirtualBox Docker VM, Verwenden Sie den folgenden Befehl:

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, Verwenden Sie den folgenden Befehl:

passwd