Docker host can build up images over time thus taking more and more disk spaces. Regularly perform “pruning” e.g.
>docker image prune -a (for removing dangling and ununsed images).
Docker host can build up images over time thus taking more and more disk spaces. Regularly perform “pruning” e.g.
>docker image prune -a (for removing dangling and ununsed images).