Listamos containers activos y parados:
1 | <strong># vzlist -a</strong> |
Cambiamos el password del container:
1 | <strong># vzctl set IDcontainer --save --userpasswd usuario:password</strong> |
1 | <strong># vzctl restart IDcontainer</strong> |
1 2 3 4 5 6 | Stopping container ... Container was stopped Container is unmounted Starting container ... Container is mounted Container was started |