Show container resource usage docker

One-shot CPU and memory snapshot for all containers

docker stats --no-stream --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}'
more docker all 46 commands →