-
I think we should add `SyslogIdentifier=%N` to the `Service` section, just like we do for `.container` files, because otherwise it will pick the syslog identifier from the ExecStart command, which is …
-
It would be nice if quadlet expanded relative paths in the Yaml= key to absolute paths relative to the location of the .kube file. Then i can drop a yaml file next to the .kube file.
-
### Issue Description
I started a podman container with '--rm' flag so that its get deleted after stopping it. I am sending SIGTERM to the podman process so that the container get stopped and deleted…
-
quadlet uses `--log-driver passthrough` for regular .container files. This means just forwarding the journal socket to the container as-is. This has the advantage that journald can see who the actual …
-
### Issue Description
While playing around with the new quadlet functionality, I noticed that quadlet uses different default values for several options than stated in the [documentation](https://do…
-
### Issue Description
I created a systemd unit file to automatically start a container as a user using rootless podman. Due to other open issues such as #12778 , I am using a simple `Type=exec` uni…
-
### Issue Description
In *rootless* mode, the systemd service ends up terminating+cleaning up almost immediately after daemonizing the podman process.
### Steps to reproduce the issue
Steps …
-
there is not any example how to use .volume files. there is a description in the container section which is working, but there are no description what is the difference when which one is the preferred…
-
### The bug
2023-09-05T11:06:23.486987000+02:00 Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
2023-09-05T11:06:23.487164000+02:00 at new NodeError (node:internal/errors:405:5)
2023-09-05T…
-
I'm not an expert on kubernetes, but it seems like when running in the cloud you wouldn't necessary set a `HostPort=` option in your yaml. Relying rather on other stuff to wire things together. Howeve…