dotfiles/scripts/update-all-docker-images.sh

1 line
73 B
Bash
Raw Permalink Normal View History

2023-07-23 19:28:30 +02:00
docker images --format "{{.Repository}}:{{.Tag}}" | xargs -L1 docker pull