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
e54d6cce
Commit
e54d6cce
authored
Oct 26, 2012
by
Frank Scholten
Committed by
Stéphane Graber
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README and INSTALL. autogen.sh command should be run before configure.
Signed-off-by:
Frank Scholten
<
frank@frankscholten.nl
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
5bf2c5ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
INSTALL
INSTALL
+1
-1
README
README
+2
-2
No files found.
INSTALL
View file @
e54d6cce
...
@@ -10,7 +10,7 @@ unlimited permission to copy, distribute and modify it.
...
@@ -10,7 +10,7 @@ unlimited permission to copy, distribute and modify it.
Basic
Installation
Basic
Installation
==================
==================
Briefly
,
the
shell
commands
`./
configure
;
make
;
make
install
' should
Briefly
,
the
shell
commands
`./
autogen
.
sh
;
./
configure
;
make
;
make
install
' should
configure, build, and install this package. The following
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README'
file
for
more-detailed instructions are generic; see the `README'
file
for
instructions
specific
to
this
package
.
instructions
specific
to
this
package
.
...
...
README
View file @
e54d6cce
...
@@ -7,7 +7,7 @@ What is lxc:
...
@@ -7,7 +7,7 @@ What is lxc:
kernel. It provides the resource management through the control groups aka
kernel. It provides the resource management through the control groups aka
process containers and resource isolation through the namespaces.
process containers and resource isolation through the namespaces.
The linux containers, lxc, aims to use these new function
n
alities to pro-
The linux containers, lxc, aims to use these new functionalities to pro-
vide an userspace container object which provides full resource isolation
vide an userspace container object which provides full resource isolation
and resource control for an applications or a system.
and resource control for an applications or a system.
...
@@ -31,7 +31,7 @@ Downloading the current source code:
...
@@ -31,7 +31,7 @@ Downloading the current source code:
For detailed build instruction refer to INSTALL and man lxc man page
For detailed build instruction refer to INSTALL and man lxc man page
but a short command line should work:
but a short command line should work:
./configure && make && sudo make install && sudo lxc-setcap
./
autogen.sh && ./
configure && make && sudo make install && sudo lxc-setcap
preceded by ./autogen.sh if configure do not exist yet.
preceded by ./autogen.sh if configure do not exist yet.
Getting help:
Getting help:
...
...
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