podman-desktop icon indicating copy to clipboard operation
podman-desktop copied to clipboard

pods tab: list and start stop pods

Open muayyad-alsadi opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe

it's a missing feature. the problem it tries to solve when having an entire stack of apps running as a pod (ex. a pod of mysql with its UI phpmyadmin)

Describe the solution you'd like

a list pods similar to

podman pod ps
podman pod stats

and when a pod mypod is selected

podman pod start mypod
podman pod stop mypod
podman pod restart mypod
podman pod top mypod
podman pod logs --tail=20 -f mypod

Describe alternatives you've considered

No response

Additional context

No response

muayyad-alsadi avatar Apr 25 '22 11:04 muayyad-alsadi

It looks like a subtask of https://github.com/containers/podman-desktop/issues/87

benoitf avatar Apr 25 '22 14:04 benoitf