apx
apx copied to clipboard
Add "rm" option for Apx
This option would be for removing containers, since that can only be done via podman directly right now.
What would be the command to remove containers with podman?
What would be the command to remove containers with podman?
podman rm <container-name>
, to check the list of containers it is podman ps
.
This feature has been implemented with apx subsystems rm -n <name>