name="${1:-my_container}" # Stop the container if it is running docker stop "$name" 2>/dev/null || true
Submitted by yassinsiouda74165 567 days ago