docker-tools/dstats

4 lines
81 B
Bash
Executable File

#!/bin/bash
docker stats $(docker inspect --format "{{.Name}}" $(docker ps -q))