diff --git a/.bash_aliases b/.bash_aliases new file mode 100644 index 0000000..4845a14 --- /dev/null +++ b/.bash_aliases @@ -0,0 +1 @@ +alias dockupdate = 'docker ps -q | xargs -I {} docker inspect --format '{{.Config.Image}}' {} | sort | uniq | xargs -I {} docker pull {}' \ No newline at end of file