mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Could this be used to create a bootable docker host/node live system? #38

Open alxrogan opened 2 years ago

alxrogan commented 2 years ago

I was wondering if there was anything preventing this from being used to include Docker in the live system so that one could boot a Docker node from USB (using persistence or not) and running containers from a network-mounted location? If this hasn’t been tested, I would probably take some time over the holidays to see, but was wondering if anyone had tried this before. :) Appreciate the effort you’ve put into this.

mvallim commented 2 years ago

Hi @alxrogan,

I didn't get to test this scenario, but I would be happy to test it, if it were possible to give me all the context.

Thanks,

andi34 commented 2 years ago

https://github.com/RPi-Distro/pi-gen/blob/master/build-docker.sh

https://github.com/RPi-Distro/pi-gen/blob/master/Dockerfile

Maybe something Like this can be used to build the custom-ubuntu via Docker instead? Would make the build process easier.