spiegel_podman/pkg/specgenutil
Danish Prakash bad0a715ee
specgen: move log_path handling over to the server
log_path is currently set at the client side and is ignored by
the server in a remote session. This leads to either incorrect log_path
being considered by the server or not honored at all. Move the handling
from client to the server, in line with other flags such as log_driver.

Signed-off-by: Danish Prakash <contact@danishpraka.sh>
2026-06-03 09:22:50 +05:30
..
createparse.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
ports.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
ports_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
specgen.go specgen: move log_path handling over to the server 2026-06-03 09:22:50 +05:30
specgenutil_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
specgenutil_windows_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
util.go Replace strings.Split(..)[0] with strings.Cut 2026-05-22 13:08:56 -07:00
util_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
volumes.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
volumes_test.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00