From 91cbe6c9849b280220f95757fefc1c36ff786d98 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 16 Jun 2020 12:06:58 -0700 Subject: [PATCH] doc: fix presentation of kata containers tutorial Fixed a few layout issues and added link to mailing list Signed-off-by: David B. Kinder --- doc/tutorials/run_kata_containers.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/run_kata_containers.rst b/doc/tutorials/run_kata_containers.rst index d164f3584..f5e930473 100644 --- a/doc/tutorials/run_kata_containers.rst +++ b/doc/tutorials/run_kata_containers.rst @@ -80,7 +80,7 @@ to automate the Kata Containers installation procedure. #. Modify the :ref:`daemon.json` file in order to: - #. Add a ``kata-acrn`` runtime (``runtimes`` section). + a. Add a ``kata-acrn`` runtime (``runtimes`` section). .. note:: In order to run Kata with ACRN, the container stack must provide block-based storage, such as :file:`device-mapper`. Since Docker may be @@ -151,7 +151,7 @@ to automate the Kata Containers installation procedure. Verify that these configurations are effective by checking the following outputs: -.. code-block:: none +.. code-block:: console $ sudo docker info | grep -i runtime WARNING: the devicemapper storage-driver is deprecated, and will be removed in a future release. @@ -160,7 +160,7 @@ outputs: Runtimes: kata-clh kata-fc kata-qemu kata-qemu-virtiofs runc kata-acrn Default Runtime: kata-acrn -.. code-block:: none +.. code-block:: console $ /opt/kata/bin/kata-runtime --kata-config /opt/kata/share/defaults/kata-containers/configuration-acrn.toml kata-env | awk -v RS= '/\[Hypervisor\]/' [Hypervisor] @@ -198,6 +198,7 @@ Start a Kata Container on ACRN: $ sudo docker run -ti busybox sh -If you run into problems, contact us on the ACRN mailing list and provide as +If you run into problems, contact us on the `ACRN mailing list +`_ and provide as much detail as possible about the issue. The output of ``sudo docker info`` and ``kata-runtime kata-env`` is useful.