aboutsummaryrefslogtreecommitdiff
path: root/libpod/container_stat_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 part of (*Container).stat to container_stat_linux.goDoug Rabson2022-09-20
| | | | | | | | | | The logic that treats running containers differently from stopped containers is not needed on FreeBSD where the container mounts live in a global mount namespace. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
* libpod: Move container_stat_linux.go to container_stat_common.goDoug Rabson2022-09-20
[NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>