Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libpod: Implement 'podman cp' for FreeBSD | Doug Rabson | 2022-09-20 |
| | | | | | | [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> | ||
* | libpod: Move jointMountAndExec to container_copy_linux.go | Doug Rabson | 2022-09-20 |
| | | | | | | | | | | | | | This also moves the logic for resolving paths in running and stopped containers tp container_copy_linux.go. On FreeBSD, we can execute the function argument to joinMountAndExec directly using host-relative paths since the host mount namespace includes all the container mounts. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> | ||
* | libpod: Move container_copy_linux.go to container_copy_common.go | Doug Rabson | 2022-09-20 |
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org> |