ಡೀಫಾಲ್ಟ್ VirutalBox ಡಾಕರ್ VM ಗೆ SSH ಮಾಡುವುದು ಹೇಗೆ?

ನೀವು ಡಾಕರ್ ಡೀಫಾಲ್ಟ್ ವರ್ಚುವಲ್ಬಾಕ್ಸ್ ಯಂತ್ರಕ್ಕೆ SSH ಗೆ ಪವರ್‌ಶೆಲ್ ಅಥವಾ ಕಮಾಂಡ್ ಪ್ರಾಂಪ್ಟ್ ಅನ್ನು ಬಳಸಬಹುದು.

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