#!/bin/sh echo "Stopping old containers..." docker stop $(docker ps -q) > /dev/null echo "Done!"