Container Org
A design pattern for software deployment.
Unorganized Notes
I need to research the following and put together notes when I actually run a project with this method.
- Choice of containerd v. docker. Containerd is more linux-ish but docker can run on windows
- Something like docker-compose does the orchestration aspect of systemd
- Containers can dump their stdout upwards to master stdout
- Containers have basic service data (start/starting/stopped/crashed)
- Standard practice is to build a /health route into container logic that determines how it is doing.