My Mostly Used Docker Commands
Mostly used Docker commands collection by me.generic
⛶# remove all stopped containers
$ docker prune
# docker full cleanup
$ docker system prune -a --volumes
# check disk usage by docker
$ docker ...