5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
92
views
Pass SSH socket to Podman Quadlet unit
Socket
For a backup service, I am trying to pass a SSH socket into a Podman container that is controlled by a Quadlet unit file. The socket is created by keychain in .bashrc:
# .bashrc
/usr/bin/...
1
vote
1
answer
215
views
changing the podman-auto-update.timer configuration
I am trying to implement a system where I will be using podman quadlets and systemd for maintaining the service.
What I tried
Enabled the podman auto timer and verified
Edited the podman auto timer ...
0
votes
0
answers
114
views
starting MongoDB with custom configuration file with Quadlet
I'm trying to rewrite a docker-compose to quadlet (rootless podman, testing on Fedora41).
version: "2.2"
services:
mongodb:
image: docker.io/mongo:7.0
container_name: mongodb
...
1
vote
1
answer
749
views
rootless podman quadlet webserver not reachable from host
I'm experimenting with rootless podman quadlets and tried to run mediawiki with a mariadb database as a more complex scenario. But I'm stuck as I'm unable to reach either the DB or mediawiki webserver ...
0
votes
2
answers
890
views
Podman Quadlet replicate using template files
I'm experimenting with Podman Quadlets and trying to scale an app using a Quadlet template. However, I'm running into an issue with the port format when using a dynamic variable %i in the PublishPort ...