Commit d038adf4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

evz-docker: improve ps format

parent b1c15d92
......@@ -134,7 +134,8 @@ case $CMD in
get_list "$@"
exit
fi
docmd docker ps "$@"
docmd docker ps --format 'table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}\t{{.Size}}' "$@"
info "See evz ports ID for print ports"
;;
exec) # HELPCMD: execute command by list (all for all containers)
INCMD="$1"
......
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