Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
docs: Add missing document link
Browse files Browse the repository at this point in the history
Add link in the README to the existing cpuset doc which previously was
not very visible.

Fixes #557.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed May 16, 2019
1 parent f1fd336 commit 5064045
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [Developer mode](#developer-mode)
* [Enable trace support](#enable-trace-support)
* [Enable debug console](#enable-debug-console)
* [`cpuset` cgroup details](#cpuset-cgroup-details)

This project implements an agent called `kata-agent` that runs inside a virtual machine (VM).

Expand Down Expand Up @@ -35,3 +36,7 @@ Add `agent.debug_console` to the guest kernel command line to
allow the agent process to start a debug console. Debug console is only available if `bash`
or `sh` is installed in the rootfs or initrd image. Developers can [connect to the virtual
machine using the debug console](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#connect-to-the-virtual-machine-using-the-debug-console)

## `cpuset` cgroup details

See the [cupset cgroup documentation](documentation/features/cpuset.md).

0 comments on commit 5064045

Please sign in to comment.