Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
f291d61b
Commit
f291d61b
authored
Sep 04, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo
parent
549bbe37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README
README
+5
-5
No files found.
README
View file @
f291d61b
...
@@ -45,7 +45,7 @@ container object which provides full resource isolation and resource
...
@@ -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 develop
p
ers 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.
...
@@ -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 functionnalit
y
the LXC
needs to be active. Depending of the missing functionnalit
ies
the LXC
will work with a restricted number of functionnalit
y
or will simply
will work with a restricted number of functionnalit
ies
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.
...
@@ -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 create
d
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.
...
@@ -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 pass
es
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment