|
|
|
|
|
by atmoz
3008 days ago
|
|
I just automated my laptop setup with Salt [1]. I want to keep using that instead of bash scripts (what Darch uses, by the looks of it). I like the idea of having "images" with tempfs overlay. Is it possible to combine Salt with the image feature from Darch? [1]: https://github.com/atmoz/workstation-formula |
|
Does Salt allow you to run from an already-built (but minimal) Arch installation? The base Darch images (godarch/arch) is bootstrapped manually.
Would I have to create a godarch/arch-salt image that is bootstrapped from salt files, so that you could further salt the image?
How would salt handle the inheritance that Docker provides?