mirror of
https://github.com/rancher-sandbox/rancher-desktop.git
synced 2021-10-13 00:04:06 +03:00
Make mounted HOME directory writable from inside the VM
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
This commit is contained in:
@@ -421,7 +421,7 @@ export default class LimaBackend extends events.EventEmitter implements K8s.Kube
|
||||
memory: (this.cfg?.memoryInGB || 4) * 1024 * 1024 * 1024,
|
||||
mounts: [
|
||||
{ location: path.join(paths.cache, 'k3s'), writable: false },
|
||||
{ location: '~', writable: false },
|
||||
{ location: '~', writable: true },
|
||||
{ location: '/tmp/rancher-desktop', writable: true },
|
||||
],
|
||||
ssh: { localPort: await this.sshPort },
|
||||
|
||||
Reference in New Issue
Block a user