Commit 332a82d4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

vboxmanage: implement ports

parent 213407c1
......@@ -83,11 +83,10 @@ case $CMD in
todo vzctl $CMD $i
done
;;
ports) # HELPCMD: show public ports
ports) # HELPCMD: show public ports
LIST="$(get_list "$@")"
for i in $LIST ; do
#info "Do $CMD on $i ..."
todo docmd docker port $i
docmd vboxmanage showvminfo $i | grep Rule
done
;;
set) # HELPCMD: set param. Use with --option param
......
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