To prune unused docker images and volumes from your machine, run:
docker system prune --all --force --volumes
See the official documentation for further details.
To prune unused docker images and volumes from your machine, run:
docker system prune --all --force --volumes
See the official documentation for further details.