You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
udocker rm `udocker ps|cut -d\ -f1`
which is inconvenient
The text was updated successfully, but these errors were encountered: