indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.32k stars 133 forks source link

[Feature Request] prune command #387

Open ZisIsNotZis opened 1 year ago

ZisIsNotZis commented 1 year ago

Some kind of prune command like docker system prune, docker container prune or docker image prune would be nice, to remove dead containers and unnamed images.

Otherwise people have to do something like

udocker rm `udocker ps|cut -d\  -f1`

which is inconvenient