More commands.

This commit is contained in:
2021-11-02 14:38:12 +01:00
parent bb0b5f7b6f
commit ee25ee5fe1
9 changed files with 97 additions and 0 deletions

3
dstats Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo docker stats $(docker inspect --format "{{.Name}}" $(docker ps -q))