I made a few containers by hand using -rootf :
pct create 100 local:vztmpl/centos-8-default_20191016_amd64.tar.xz -rootfs /vz/private/100
(I'm used to using openvz).
I was surprised this worked as from what I can tell the GUI only allows .raw filesystems.
I have a few questions :
1. What is the official name for the type of file system I'm using (in which my file system is just a normal subdir on the host)
2. Is this "ok" - it does work but does it go against the general philosophy of things? I like it because I can very easily copy into and out of the container. I can quickly inspect it, etc.
3. If I do use these, where is the proper place for them? /var/lib/vz/images? somewhere else?
4. I tried to clone a container like this using the GUI but it did not like it. It said "unable to clone mountpint 'rootfs' (type bind) (500)" - is there any way to "fix" this?
Thanks for all input!
pct create 100 local:vztmpl/centos-8-default_20191016_amd64.tar.xz -rootfs /vz/private/100
(I'm used to using openvz).
I was surprised this worked as from what I can tell the GUI only allows .raw filesystems.
I have a few questions :
1. What is the official name for the type of file system I'm using (in which my file system is just a normal subdir on the host)
2. Is this "ok" - it does work but does it go against the general philosophy of things? I like it because I can very easily copy into and out of the container. I can quickly inspect it, etc.
3. If I do use these, where is the proper place for them? /var/lib/vz/images? somewhere else?
4. I tried to clone a container like this using the GUI but it did not like it. It said "unable to clone mountpint 'rootfs' (type bind) (500)" - is there any way to "fix" this?
Thanks for all input!