dk: maj format ps

This commit is contained in:
Jephté Clain 2019-09-18 00:35:10 +04:00
parent 52c3d7a690
commit 425e8a5642
1 changed files with 1 additions and 1 deletions

2
dk
View File

@ -1402,7 +1402,7 @@ while [ $# -gt 0 ]; do
ps)
pscmd=(
docker container ps -a
--format "table {{.ID}}\t{{.Image}}\t{{.Names}}\t{{.Status}}\t{{.RunningFor}}\t{{.Ports}}\t{{.Command}}"
--format "table {{.ID}}\t{{.Image}}\t{{.Names}}\t{{.Status}}\t{{.RunningFor}}\t{{.Ports}}"
)
filtercmd=(cat)
awkscript='