docker-py
docker-py copied to clipboard
Docker py no dangling build cache
When running docker.APIClient.build(), there seems to be no dangling build cache after when running docker builder prune. Could someone explain why this may be the case?
Im thinking along the lines that docker py does not interface with docker as docker cli? Correct me if i am wrong...