dstats: Removed debugging code.

This commit is contained in:
Fabian Schlenz 2021-11-02 15:34:16 +01:00
parent 28445e30d2
commit 9a07f9fc74
1 changed files with 1 additions and 1 deletions

2
dstats
View File

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