[feat]: embassy container init #1735
Labels
Bug
Something isn't working
Enhancement
New feature or request
P1 - Blocks Release
This issue must be addressed before the coming release is shipped
startd
Issues pertaining to startd itself
Milestone
Prerequisites
Describe the Feature Request
Given that we have the long running docker containers, we noticed that we didn't have the correct solution during the kill. Instead of know what procresses we created for the main exec, we just sent in the assasin that kills himself.
Describe the Use Case
We would like to be able to know:
Describe Preferred Solution
Something similar to any other init system. We need to start the exec on the long running container. We could send the command, and start it via a subprocess.
Then when it finishes we will need to know, or if it errored.
We need to track and store the logging.
Describe Alternatives
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: