[SOLVED] proxmox 5.2 mount container volume to host

ibasaw

Member
Jan 4, 2014
39
0
6
hi,

i can do this:

Code:
mp0: /home/103/www,mp=/var/www

but i want the opposite of this

i need to acces directories of my containers

how to mount the /var/www to my HOST /home/103/www ?

++
 
mhmm? just bind mount /home/103/www from your host to your guest under /var/www ?
 
no, i mean just use the bind mount you wrote... the data is then on your host, but available in the guest

this is mostly the same as reverse ...