mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
docs: update README to include links to user guides
Added links to the installation guides, as well as a pointer to the kata containers architecutre document. Fixes: #315 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
32c734e10b
commit
b9c9ad94cf
10
README.md
10
README.md
@ -65,11 +65,21 @@ $ kata-runtime kata-check
|
||||
> $ sudo kata-runtime kata-check
|
||||
> ```
|
||||
|
||||
## Quick start for users
|
||||
|
||||
See the [installation guides](https://github.com/kata-containers/documentation/tree/master/install/README.md)
|
||||
available for various operating systems.
|
||||
|
||||
## Quick start for developers
|
||||
|
||||
See the
|
||||
[developer guide](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md).
|
||||
|
||||
## Architecture overview
|
||||
|
||||
See the [architecture overview](https://github.com/kata-containers/documentation/blob/master/architecture.md)
|
||||
for details on the Kata Containers design.
|
||||
|
||||
## Configuration
|
||||
|
||||
The runtime uses a TOML format configuration file called `configuration.toml`.
|
||||
|
Loading…
Reference in New Issue
Block a user