aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_copy_common.go
Commit message (Collapse)AuthorAge
* libpod: Implement 'podman cp' for FreeBSDDoug Rabson2022-09-20
| | | | | | [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
* libpod: Move jointMountAndExec to container_copy_linux.goDoug Rabson2022-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.goDoug Rabson2022-09-20
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>