From e8f6a074b99ae9f73b66e789e773e19d3afa179b Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Wed, 25 Jul 2018 21:55:58 -0400 Subject: [PATCH] Updated kata and kata_migration tutorials. Updated info for selecting runtime and edits for text flow and clarity. Signed-off-by: MCamp859 --- source/clear-linux/tutorials/kata.rst | 58 ++++++++++--------- .../clear-linux/tutorials/kata_migration.rst | 13 +---- 2 files changed, 32 insertions(+), 39 deletions(-) diff --git a/source/clear-linux/tutorials/kata.rst b/source/clear-linux/tutorials/kata.rst index 1c6ef20b..aee38778 100644 --- a/source/clear-linux/tutorials/kata.rst +++ b/source/clear-linux/tutorials/kata.rst @@ -3,16 +3,16 @@ Install Kata Containers\* ######################### -This tutorial describes how to install, configure and run Kata Containers\* on -|CLOSIA|. Kata Containers is an open source project dedicated to the -development of a lightweight implementation of Virtual Machines (VMs) -offering the speed of containers and the security of VMs. +This tutorial describes how to install, configure, and run `Kata Containers`_ +on |CLOSIA|. Kata Containers is an open source project developing a +lightweight implementation of :abbr:`VMs (Virtual Machines)` that offer the +speed of containers and the security of VMs. Prerequisites ************* This tutorial assumes you have installed |CL| on your host system. -For detailed instructions on installing |CL| on a bare metal system, visit +For detailed instructions on installing |CL| on a bare metal system, follow the :ref:`bare metal installation tutorial`. If you have Clear Containers installed on your |CL| system, then follow the @@ -28,24 +28,23 @@ Install Kata Containers *********************** Kata Containers is included in the :file:`containers-virt` bundle. To install the -framework, enter: +framework, enter the following command: .. code-block:: bash sudo swupd bundle-add containers-virt -Configure Docker\* to use Kata Containers by default +Configure Docker\* to use Kata Containers by default. .. code-block:: bash sudo mkdir -p /etc/systemd/system/docker.service.d/ - cat <