#!/bin/sh docker ps | grep "days" | docker kill $(awk '{print($1);}') | true