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
c60ee0a9
Unverified
Commit
c60ee0a9
authored
Mar 05, 2020
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-extensions: document cgroup2_devices and cgroup2 api extensions
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
382854fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
api-extensions.md
doc/api-extensions.md
+13
-0
No files found.
doc/api-extensions.md
View file @
c60ee0a9
...
@@ -105,3 +105,16 @@ This introduces the ability to specify a `lxc.net.[i].veth.mode` setting, which
...
@@ -105,3 +105,16 @@ This introduces the ability to specify a `lxc.net.[i].veth.mode` setting, which
In "router" mode static routes are created on the host for the container's IP addresses pointing to
In "router" mode static routes are created on the host for the container's IP addresses pointing to
the host side veth interface. In addition to the routes, a static IP neighbour proxy is added to
the host side veth interface. In addition to the routes, a static IP neighbour proxy is added to
the host side veth interface for the IPv4 and IPv6 gateway IPs.
the host side veth interface for the IPv4 and IPv6 gateway IPs.
# cgroup2\_devices
This enables
`LXC`
to make use of the new devices controller in the unified
cgroup hierarchy.
`LXC`
will now create, load, and attach bpf program to the
cgroup of the container when the controller is available.
# cgroup2
This enables
`LXC`
to make complete use of the unified cgroup hierarchy. With
this extension it is possible to run
`LXC`
containers on systems that use
a pure unified cgroup layout.
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