[Unit] Description=Clean unused images [Service] Type=oneshot ExecStart=/bin/sh -c "/usr/bin/docker images -q | /usr/bin/xargs /usr/bin/docker rmi"