|
|
|
|
|
by pknopf
3008 days ago
|
|
I'm not familiar with Salt, but it looks interesting! 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? |
|
All you have to do is install Salt, and then you can run salt-call to apply states.
Yes, Salt states can depend on other states, and you could choose to apply only selected states.