Go to file
James O. D. Hunt b347b3302c docs: Don't modify pristine config files
Kata supports multiple configuration file locations, so update the dev
guide to tweak config settings in
`/etc/kata-containers/configuration.toml` rather than the pristine
`/usr/share/defaults/kata-containers/configuration.toml` file. The
former is read first meaning the system can be reset to a vanilla Kata
configuration by simply deleting
`/etc/kata-containers/configuration.toml`.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2019-03-19 11:29:58 +00:00
.ci docs: Pin docker to version 18.06 2019-02-18 08:55:41 +00:00
arch-images arch-images: add a figure for shimv2 2018-12-30 14:42:04 +08:00
constraints constraints: add cpu cgroups documentation 2019-02-27 11:57:17 -06:00
design api: update kata api design doc 2018-09-25 15:24:14 +08:00
how-to Merge pull request #398 from amshinde/sysctl-docs 2019-03-15 10:18:28 -07:00
install docs: Add RHEL and SLES install warning 2019-03-11 09:05:55 +00:00
svc-mesh docs: svc-mesh: Create some documentation about service mesh 2018-06-22 15:41:01 -07:00
use-cases docs: Improve Developer-Guide and SRIOV doc on arm64 2018-11-27 16:11:00 +08:00
zun zun: update kata install instructions 2019-02-13 13:09:52 +01:00
.travis.yml CI: Pin Travis golang version 2018-10-23 17:25:20 +01:00
architecture.md docs: fix broken links in architecture.md 2019-02-21 15:15:01 +08:00
CODE_OF_CONDUCT.md docs: Add code of conduct doc 2018-02-06 10:39:00 +00:00
CODEOWNERS ci: add a CODEOWNERS file to cover .md files 2019-03-07 11:09:47 +00:00
CONTRIBUTING.md cs : Add minimal contribution guidelines 2018-01-30 22:14:52 +05:30
Developer-Guide.md docs: Don't modify pristine config files 2019-03-19 11:29:58 +00:00
Documentation-Requirements.md docs: Add warnings to doc requirements doc 2018-11-21 10:36:56 +00:00
LICENSE Initial commit 2017-12-21 13:41:45 +00:00
Licensing-strategy.md docs: Add license strategy doc 2018-04-19 17:40:03 +01:00
Limitations.md Docs: network connect is no longer a limitation 2019-01-11 12:15:20 +01:00
Makefile CI: Pin Travis golang version 2018-10-23 17:25:20 +01:00
README.md docs: Add link to the sysctl how-to in README.md 2019-03-13 15:11:16 -07:00
Release-Checklist.md checklist: add snap packages to the release checklist 2018-09-28 09:32:26 -05:00
Releases.md docs: Fix release checklist link in releases doc 2018-05-14 16:27:43 +01:00
Stable-Branch-Strategy.md stable-branching: update frequency, reference schedule 2019-01-04 08:47:09 -08:00
Upgrading.md docs: Remove throttler in upgrading doc 2018-06-05 17:21:03 +08:00
VSocks.md vsock: Add introduction about VMWare guest 2019-01-08 11:09:19 +08:00

Documentation

The Kata Containers documentation repository hosts overall system documentation, with information common to multiple components.

For details of the other Kata Containers repositories, see the repository summary.

Getting Started

More User Guides

Developer Guide

Documents that help to understand and contribute to Kata Containers.

Design and Implementations

How to Contribute

Code Licensing

  • Licensing: About the licensing strategy of Kata Containers.

The Release Process

Help Improving the Documents