Closed JackReevies closed 1 year ago
Added new command to the prune function docker image prune -f -a. The -a is the part required to delete (a)ll images rather than just "dangling" ones.
docker image prune -f -a
Improved the display readout for pulling docker images. Especially useful for those on slower networks
Added new command to the prune function
docker image prune -f -a
. The -a is the part required to delete (a)ll images rather than just "dangling" ones.Improved the display readout for pulling docker images. Especially useful for those on slower networks