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

vboxmanage: implement ports

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