some applications pre installed like docker, postgres etc.
The challenge I am facing is there are some docker images for .tar that I wanna load but I can't do that since docker isn't running on the chroot environment.
I was researching and I came across something called preseed script where I can apparently customize the installer and set default values
My doubt is for the docker images to load I need to have the docker daemon running, would making changes to the preseed actually work? I don't think the docker daemon would be running when the preseed script would run
the Preseed sets values that would be asked in the setup. The livesystem is unaffected.
How would I go about loading the docker images in boot? I could create a service but then it would run on boot every time.
Services can be disabled.
The livesystem is usually a tmpfs with the content of the squashfs/erofs. You also could install docker in the lifesystem.
I installed the docker in the live system while in the chroot environment. I am facing the issue that I can't load the docker images from the tar file, since docker daemon could not run in the chroot
Обсуждают сегодня