</pre>
==Leave the container private dir (or it will not start)==<pre>cd</pre> ==Start the container==<pre>vzctl start $CTID</pre> ==Remove container IP==
<pre>
vzctl set $CTID --ipdel all --save
</pre>
==Stop container==
<pre>
vzctl stop $CTID
</pre>