Add .bash_aliases

This commit is contained in:
RomanNum3ral 2025-03-06 00:58:52 +00:00
parent 6c19f973e6
commit 3d7e1d3ddd
1 changed files with 1 additions and 0 deletions

1
.bash_aliases Normal file
View File

@ -0,0 +1 @@
alias dockupdate = 'docker ps -q | xargs -I {} docker inspect --format '{{.Config.Image}}' {} | sort | uniq | xargs -I {} docker pull {}'