README.md in openvz-1.5.3 vs README.md in openvz-1.5.4
- old
+ new
@@ -2,10 +2,13 @@
==========
OpenVZ is a container based virtualization for Linux. This API will allow you
to easily write tools to manipulate containers on a host.
+Full and up to date ruby doc available at:
+http://rubydoc.info/github/sts/ruby-openvz/master/frames
+
USAGE
=====
Here are some examples on how you can use the API.
@@ -76,9 +79,11 @@
:mirror => 'http://cdn.debian.net/debian' )
container.set( :nameserver => '8.8.8.8',
:ipadd => '10.0.0.2',
:hostname => 'mia.ono.at' )
+
+ container.file( '/etc/bash.bashrc', :source => '/etc/vz/template/bashrc' )
container.start
# Update the system
container.command('aptitude update ; aptitude -y upgrade ; apt-key update')