Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: embassy container init #1735

Closed
1 of 3 tasks
Blu-J opened this issue Aug 15, 2022 · 1 comment
Closed
1 of 3 tasks

[feat]: embassy container init #1735

Blu-J opened this issue Aug 15, 2022 · 1 comment
Assignees
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

Comments

@Blu-J
Copy link
Contributor

Blu-J commented Aug 15, 2022

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:

  • What procresses where created/ ended
  • Ability to end them

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

@Blu-J Blu-J added the Enhancement New feature or request label Aug 15, 2022
@elvece elvece added this to the 0.3.3.1 milestone Dec 14, 2022
@elvece elvece added startd Issues pertaining to startd itself Bug Something isn't working P1 - Blocks Release This issue must be addressed before the coming release is shipped labels Dec 14, 2022
@elvece elvece changed the title [feat]: For Long Running Docker. We need a init system [feat]: embassy container init Dec 14, 2022
@MattDHill
Copy link
Member

dup #1785

@MattDHill MattDHill removed their assignment Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

4 participants