My employer built a tool which skips the disk image step and provisions a machine directly from a Docker image. The system is still maintained and in active use, though the open-source repo is a trailing fork: <a href="https://github.com/imc-trading/dock2box" rel="nofollow">https://github.com/imc-trading/dock2box</a>
I would like to have something like docker where I can describe a system kind of like a docker file but output an ISO file instead of running it as a container. Does something like this exist? I can't seem to find any user friendly tools for tailoring distros. In many cases you have to mouse around. I just want to do it with a script.
Someone in the comments on this site posted darch [0]. Looks interesting.<p>[0] <a href="https://godarch.com/" rel="nofollow">https://godarch.com/</a>