apx icon indicating copy to clipboard operation
apx copied to clipboard

Add "rm" option for Apx

Open jamiethecat opened this issue 1 year ago • 2 comments

This option would be for removing containers, since that can only be done via podman directly right now.

jamiethecat avatar Apr 24 '23 21:04 jamiethecat

What would be the command to remove containers with podman?

paladhammika avatar Apr 25 '23 02:04 paladhammika

What would be the command to remove containers with podman?

podman rm <container-name>, to check the list of containers it is podman ps.

kbdharun avatar Apr 25 '23 04:04 kbdharun

This feature has been implemented with apx subsystems rm -n <name>

jardon avatar Oct 15 '24 16:10 jardon