#!/bin/bash echo "" docker ps --format "table {{.Names}}\t{{.Status}}\t{{.RunningFor}}"