# from: https://docs.docker.com/config/pruning/ # get used/available space docker system df # remove all images without a container associated docker image prune -a