SBDavid
Jan 26th, 2011
Jan 26th, 2011
vzctl command examples
vzctl command examples
Create a Container with ID 444 and IP 10.100.1.2, based on the Debian 5 OS template.
# vzctl create 444 –ostemplate debian-5.0-x86_64
To set the IP address and hostname.
# vzctl set 444 –ipadd 10.100.1.2 –hostname example.com –save
Start the newly created Container:
# vzctl start [CTID]