Open ZisIsNotZis opened 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.
docker system prune
docker container prune
docker image prune
Otherwise people have to do something like
udocker rm `udocker ps|cut -d\ -f1`
which is inconvenient
Some kind of prune command like
docker system prune
,docker container prune
ordocker image prune
would be nice, to remove dead containers and unnamed images.Otherwise people have to do something like
which is inconvenient