#!/bin/bash

# Copyright (C) 2016 NIWA Hideyuki

(docker rmi `docker images | grep '<none>' | awk '{print$3}'`) >& /dev/null


