Commit 1aad89e2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

evz-docker list: don't show size

parent 5ea071f9
...@@ -134,7 +134,9 @@ case $CMD in ...@@ -134,7 +134,9 @@ case $CMD in
get_list "$@" get_list "$@"
exit exit
fi fi
docmd docker ps --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}\t{{.Size}}' "$@" # Size too hard
#docmd docker ps --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}\t{{.Size}}' "$@"
docmd docker ps --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}' "$@"
info "See evz ports ID for print ports" info "See evz ports ID for print ports"
;; ;;
exec) # HELPCMD: execute command by list (all for all containers) exec) # HELPCMD: execute command by list (all for all containers)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment