#!/bin/bash docker ps -a | grep "light:latest" | awk -F " " '{print $1}' | xargs docker stop | xargs docker rm