Commit f54c5727 authored by Vitaly Lipatov's avatar Vitaly Lipatov

evz: add enter support

parent 8d102913
......@@ -214,6 +214,9 @@ case $CMD in
vzctl exec $i "$INCMD"
done
;;
enter) # HELPCMD: enter in a container with ID
exec vzctl enter "$1"
;;
info) # HELPCMD: print containers(s) info (vzlist like)
LIST=$(get_list "$@")
#for i in $LIST ; do
......
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