clean.sh 103 B

1234
  1. #!/bin/bash
  2. set -e
  3. docker images 'librarytest/*' | awk 'NR>1 { print $1":"$2 }' | xargs -r docker rmi