How to share data between host and VM with Multipass

preview_player
Показать описание
Your cloud app development can be made even easier with the help of sharing data between a Multipass VM and a locally hosted directory.

List of Commands:

multipass launch --name cloud-host
multipass list
multipass mount ~/code cloud-host
multipass info cloud-host
multipass shell cloud-host
multipass unmount cloud-host

Рекомендации по теме
Комментарии
Автор

Good explanation. but it laks details. about native mode for example because the defaut ssh protocol is slow

Nothwarren
Автор

Hey Jack, love your channel, Question!!! Is there a simpler way to get these multi passes into Apple wallet?

Swissco
Автор

could you make a video on how to install docker on cloud-host and run a docker image like for example pytorch 1.5 cuda 10?

edddw