docker-tools/dstats

4 lines
86 B
Bash
Executable File

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