mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 01:34:56 +00:00
Fixed typo
This commit is contained in:
parent
549bbe37b8
commit
f291d61b3f
10
README
10
README
@ -45,7 +45,7 @@ container object which provides full resource isolation and resource
|
|||||||
control for an applications or a system.
|
control for an applications or a system.
|
||||||
|
|
||||||
The first objective of this project is to make the life easier for the
|
The first objective of this project is to make the life easier for the
|
||||||
kernel developpers involved in the containers project and especially
|
kernel developers involved in the containers project and especially
|
||||||
to continue working on the Checkpoint/Restart new features. The LXC is
|
to continue working on the Checkpoint/Restart new features. The LXC is
|
||||||
small enough to easily manage a container with simple command lines
|
small enough to easily manage a container with simple command lines
|
||||||
and complete enough to be used for other purposes.
|
and complete enough to be used for other purposes.
|
||||||
@ -54,8 +54,8 @@ and complete enough to be used for other purposes.
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
The LXC relies on a set of functionnalies provided by the kernel which
|
The LXC relies on a set of functionnalies provided by the kernel which
|
||||||
needs to be active. Depending of the missing functionnality the LXC
|
needs to be active. Depending of the missing functionnalities the LXC
|
||||||
will work with a restricted number of functionnality or will simply
|
will work with a restricted number of functionnalities or will simply
|
||||||
fails.
|
fails.
|
||||||
|
|
||||||
This is the list of the kernel features which needs to be compiled in:
|
This is the list of the kernel features which needs to be compiled in:
|
||||||
@ -206,7 +206,7 @@ specifies the container name and the container configuration file.
|
|||||||
3.4 Starting a container
|
3.4 Starting a container
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
As the container has been create with the lxc-create command, it is
|
As the container has been created with the lxc-create command, it is
|
||||||
possible now to start an application inside.
|
possible now to start an application inside.
|
||||||
|
|
||||||
lxc-execute -n foo /bin/bash
|
lxc-execute -n foo /bin/bash
|
||||||
@ -242,7 +242,7 @@ A signal can be sent to all processes running inside the container.
|
|||||||
3.8 Monitoring container states
|
3.8 Monitoring container states
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
A container has a life cycle and pass though different states as
|
A container has a life cycle and passes though different states as
|
||||||
defined in section 3.1. The following command allows to watch such
|
defined in section 3.1. The following command allows to watch such
|
||||||
states for a specific container.
|
states for a specific container.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user