4 lines
86 B
Text
4 lines
86 B
Text
|
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
||
|
docker image prune
|
||
|
|