RawIron / devops-my-ubuntu

clone my ubuntu setup using Ansible playbook
1 stars 1 forks source link

zsh - docker plugin and aliases #13

Open RawIron opened 8 years ago

RawIron commented 8 years ago

for cases an image has more than one tag docker images <repository-name> | tail -n +2 | awk '{ print $1 ":" $2}' | xargs docker rmi