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

Support for running as a systemd managed container #50

Open
anthr76 opened this issue Feb 14, 2021 · 2 comments
Open

Support for running as a systemd managed container #50

anthr76 opened this issue Feb 14, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@anthr76
Copy link

anthr76 commented Feb 14, 2021

What is missing?

Instead of running a static binary on the host run a container managed by systemd

Why do we need it?

A compromise between kubernetes, and running binaries on the host seems like a nice compromise to use podman/docker. There's also the containers module on Ansible though not sure if the project wants to be dependant on it.

https://podman.io/blogs/2018/09/13/systemd.html

Anything else we need to know?:

This can be useful for adding support for distros like Fedora Atomic, and OpenSUSE MicroOS, or and "atomic" host

@anthr76 anthr76 added the enhancement New feature or request label Feb 14, 2021
@SuperQ
Copy link
Contributor

SuperQ commented Feb 14, 2021

We have talked about having Docker support in the past. What about podman support directly instead of systemd?

@anthr76
Copy link
Author

anthr76 commented Feb 14, 2021

Hi @SuperQ thanks for the super quick response. That's exactly what I think is best. Instead just relying on systemd to ensure the container is started on boot(from docker/podman). Like the article I linked above. I'd be happy to give a hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants