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

Integration with systemd-podman #852

Open
dch82 opened this issue Jan 11, 2025 · 0 comments
Open

Integration with systemd-podman #852

dch82 opened this issue Jan 11, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dch82
Copy link

dch82 commented Jan 11, 2025

Describe your feature request

systemd-podman (aka Quadlet) allows you to manage containers like any other systemd unit.

It does this by generating unit files from .container, .network, .pod and .kube files.

For example, my qBittorrent .container file:

[Unit]
Description=qBittorrent

[Container]
Image=lscr.io/linuxserver/qbittorrent:latest
ContainerName=qbittorrent
PublishPort=8080:8080
PublishPort=6881:6881
PublishPort=6881:6881/udp
Environment=TZ="Europe/London"
Environment=PUID=0
Environment=PGID=0
Environment=WEBUI_PORT=8080
Environment=TORRENTING_PORT=6881
Volume=%h/.config/containers/systemd/qbittorrent/config:/config
Volume=%h/Downloads:/downloads
Network=media-server.network
[Install]
WantedBy=default.target multi-user.target

I would like it if Pods could tell if a container was launched via systemd-podman and so be able to show its configuration in this way as well as use systemd utilities to show logs, dependencies, etc.

@dch82 dch82 added the enhancement New feature or request label Jan 11, 2025
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

1 participant