-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi Peter,
Hope that all is well.
I've been working with the mvi scripts and have been able to generate a couple of good minimal images so far, but ran into a problem when i tried to run the image created with:
./zmvix.sh node zlogin
What I had hoped for was that after it boots up (even though it is very minimal) was that I could create, with zap or other utility, and login into a small zone even though it would have nothing configured for it, but I could not do that with this small iso.
My understanding of zones (being similar to jails) is that they are effectively a small empty container that has to have everything mapped into them for use. I envision this as an empty closed box and when you map things into it then you make paths to other things like devices, file systems, etc.
Can you please help me to get an extremely small image setup that can just create a zone and then let me use zlogin to go into that zone with nothing else mapped. Being that I am working as root, then I should also be able to exist the zone as needed?
I want to get a feel for using zones in the extreme minimal mvi image case.
Thanks