Is your feature request related to a problem? Please describe.
A docker-compose supports rm command which removes all created containers and so on,
Describe the solution you'd like
Implement support of rm command.
Describe alternatives you've considered
podman system prune --all which solves an issue but works like a nuke.
Is your feature request related to a problem? Please describe.
A
docker-composesupportsrmcommand which removes all created containers and so on,Describe the solution you'd like
Implement support of
rmcommand.Describe alternatives you've considered
podman system prune --allwhich solves an issue but works like a nuke.