rgolangh / gnome-shell-extension-containers

containers is a gnome-shell extension to manage linux container, run by podman
Apache License 2.0
45 stars 11 forks source link

Allow to generate podman command #34

Closed masayag closed 1 year ago

masayag commented 2 years ago

In certain cases, it is useful to have the exact podman command that starts the pod/container. In a similar manner of "copy login command" of OCP web console that allows the user to run it from the CLI.

rgolangh commented 2 years ago

I can see that today podman already implemented something to help with that under the inspect details. See: podman inspect X -f '{{ .Config.CreateCommand }}'

So either I add that as a new action, or create a general 'Copy Container Details' action that will copy all the inspect details to clipboard. Either way its a nice addition. Adding 'Copy Systemd Unit' or 'Copy Pod Spec' sounds like 2 useful addition as well

github-actions[bot] commented 1 year ago

Stale issue message