docs: fixed typo, added table of contents
This commit is contained in:
parent
a5b36323c2
commit
c207b6d9f9
@ -2,6 +2,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>OpenVZ container driver</h1>
|
<h1>OpenVZ container driver</h1>
|
||||||
|
|
||||||
|
<ul id="toc"></ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The OpenVZ driver for libvirt allows use and management of container
|
The OpenVZ driver for libvirt allows use and management of container
|
||||||
based virtualization on a Linux host OS. Prior to using the OpenVZ
|
based virtualization on a Linux host OS. Prior to using the OpenVZ
|
||||||
@ -11,11 +13,11 @@
|
|||||||
undue trouble.
|
undue trouble.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Connections to OpenVZ driver</h2>
|
<h2><a name="connections">Connections to OpenVZ driver</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The libvirt OpenVZ driver is a single-instance privileged driver,
|
The libvirt OpenVZ driver is a single-instance privileged driver,
|
||||||
with a driver name of 'openvz'. Some example conection URIs for
|
with a driver name of 'openvz'. Some example connection URIs for
|
||||||
the libvirt driver are:
|
the libvirt driver are:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -27,7 +29,7 @@ openvz+tcp://example.com/system (remote access, SASl/Kerberos)
|
|||||||
openvz+ssh://root@example.com/system (remote access, SSH tunnelled)
|
openvz+ssh://root@example.com/system (remote access, SSH tunnelled)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2>Notes on bridged networking</h2>
|
<h2><a name="notes">Notes on bridged networking</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Bridged networking enables a guest domain (ie container) to have its
|
Bridged networking enables a guest domain (ie container) to have its
|
||||||
@ -36,7 +38,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled)
|
|||||||
the host OS.
|
the host OS.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Host network devices</h3>
|
<h3><a name="host">Host network devices</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
One or more of the physical devices must be attached to a bridge. The
|
One or more of the physical devices must be attached to a bridge. The
|
||||||
@ -47,7 +49,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled)
|
|||||||
physical device "eth0", or a bonding device "bond0".
|
physical device "eth0", or a bonding device "bond0".
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>OpenVZ tools configuration</h3>
|
<h3><a name="tools">OpenVZ tools configuration</a></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
OpenVZ releases later than 3.0.23 ship with a standard network device
|
OpenVZ releases later than 3.0.23 ship with a standard network device
|
||||||
@ -72,7 +74,7 @@ EXTERNAL_SCRIPT="/usr/sbin/vznetaddbr"
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Example guest domain XML configuration</h2>
|
<h2><a name="example">Example guest domain XML configuration</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The current libvirt OpenVZ driver has a restriction that the
|
The current libvirt OpenVZ driver has a restriction that the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user