|
|
|
|
|
by 0xricksanchez
1406 days ago
|
|
I wanted containers for the following things: - Minimal host system requirements as kernel tool chains can be very much a pain to set up correctly. If I want to compile different kernel versions for different architectures this seemed liked a good trade-off.
- I wanted to encapsulate every major logic component into a separate instance so working on the individual components does not require building one insanely large image. Also note this is very much an early prototype and me just experimenting. Nothing is set in stone yet. Things are likely to change along the way. |
|