#!/bin/bash #docker-compose -f srbydld_pre.yml up -d docker-compose -f $1 up -d sleep 1 docker ps -a --format "table {{.ID}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}\t{{.Names}}" | grep baccarat