Home > Enterprise >  OS Iso with Docker Images
OS Iso with Docker Images

Time:09-30

We have a on-prem backend application that is containerized and we would love to deliver this to our customers just via a iso that we can give them. So the question rises how can we create a preconfigured installable Linux ISO ? Doesn't really matter if it is Ubuntu Server, Debian or some Container-Optimized OS. No internet connection should be required since we would like to have the docker images on the system as well.

Our customers most of the time have their own hardware and VM environment. In some rare cases we are delivering them some bare-metal system.

Regars!

CodePudding user response:

You must create your own remaster.

https://en.wikipedia.org/wiki/Software_remastering

CodePudding user response:

With Linux Live Kit you can customize Linux distributions for your customers with your tools.

https://www.linux-live.org/

  • Related