#!/bin/bash echo "" echo "Stopping the running Docker containers." echo "" echo "" sudo make stop echo "" echo ""