#!/bin/bash
# Check the container status on the production server
source /app/.agent/utils/env_loader.sh
sshpass -p "$REMOTE_PASSWORD" ssh -o StrictHostKeyChecking=no "$REMOTE_USER@$REMOTE_HOST" "docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Image}}'"