Похожие чаты

I am trying to create a custom ubuntu iso with

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

5 ответов

3 просмотра

the Preseed sets values that would be asked in the setup. The livesystem is unaffected.

Walter- Автор вопроса
Sebastian
the Preseed sets values that would be asked in the...

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.

Walter
How would I go about loading the docker images in ...

The livesystem is usually a tmpfs with the content of the squashfs/erofs. You also could install docker in the lifesystem.

Walter- Автор вопроса
Sebastian
The livesystem is usually a tmpfs with the content...

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

Похожие вопросы

Обсуждают сегодня

Карта сайта