Docker: Update all the images
If you want to pull and update all the images you have so far downloaded (and are still present on your system) using dockerΒ you can execute the following command: for IMAGE in $( LANG=en docker image ls -a --format table | grep -v -E "^REPOSITORY"…
Continue reading...