4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo docker stats $(docker inspect --format "{{.Name}}" $(docker ps -q))
|