Fix README Host Mounted Folders
Linux isn't actually supported with virtualbox yetpull/717/head
parent
4a09da770f
commit
34966b84a5
|
@ -249,11 +249,10 @@ spec:
|
|||
```
|
||||
|
||||
## Mounted Host Folders
|
||||
Some of drivers will mount a host folder within the VM so that you can easily share files between the VM and host. These are no configurable at the moment and different for the driver and OS you are using. Note: Host folder sharing is not implemented in the KVM driver yet.
|
||||
Some drivers will mount a host folder within the VM so that you can easily share files between the VM and host. These are not configurable at the moment and different for the driver and OS you are using. Note: Host folder sharing is not implemented on Linux yet.
|
||||
|
||||
| Driver | OS | HostFolder | VM |
|
||||
| --- | --- | --- | --- |
|
||||
| Virtualbox | Linux | /home | /hosthome |
|
||||
| Virtualbox | OSX | /Users | /Users |
|
||||
| Virtualbox | Windows | C://Users | /c/Users |
|
||||
| VMWare Fusion | OSX | /Users | /Users |
|
||||
|
|
Loading…
Reference in New Issue