mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Currently --tmpdir changes the location of the pause.pid file. this
causes issues because the c code in pkg/rootless does not know about
that. I tried to fix this[1] by fixing the c code to not use the
shortcut. While this fix worked it will result in many pause processes
leaking in the integrration tests.
Commit
|
||
|---|---|---|
| .. | ||
| camelcase | ||
| filters.go | ||
| filters_test.go | ||
| kube.go | ||
| mountOpts.go | ||
| mountOpts_linux.go | ||
| mountOpts_other.go | ||
| utils.go | ||
| utils_darwin.go | ||
| utils_freebsd.go | ||
| utils_linux.go | ||
| utils_linux_test.go | ||
| utils_supported.go | ||
| utils_test.go | ||
| utils_unsupported.go | ||
| utils_windows.go | ||