From 49ae1ad3dcf2c007e37fab9029d9bd20879b02ef Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 15 Aug 2018 16:27:58 -0700 Subject: [PATCH] Removes note re -dev versions of bundles; copyedits for legibility. Signed-off-by: Michael Vincerra --- .../guides/maintenance/developer-workstation.rst | 1 + .../guides/maintenance/swupd-search.rst | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/source/clear-linux/guides/maintenance/developer-workstation.rst b/source/clear-linux/guides/maintenance/developer-workstation.rst index 42eb4679..6bc3a41a 100644 --- a/source/clear-linux/guides/maintenance/developer-workstation.rst +++ b/source/clear-linux/guides/maintenance/developer-workstation.rst @@ -35,6 +35,7 @@ While your role may not neatly fit in one of these categories, consider using Ta - *Internet of Things (IoT)* - *System Administrator* - *Client/Cloud/Web Developer* + * - `editors` - ✓ - ✓ diff --git a/source/clear-linux/guides/maintenance/swupd-search.rst b/source/clear-linux/guides/maintenance/swupd-search.rst index a8ebfe6f..1c8ceeb7 100644 --- a/source/clear-linux/guides/maintenance/swupd-search.rst +++ b/source/clear-linux/guides/maintenance/swupd-search.rst @@ -25,12 +25,17 @@ How do I search for a bundle? Example: Kata Containers ======================== -Containers have revolutionized the way we manage cloud infrastructure. Whereas traditional containers share the same OS kernel, raising security concerns, with Kata Containers, each container has its own kernel instance and runs on its own :abbr:`Virtual Machine (VM)`. Whether you're running 3 or 300 nodes on your cluster, Kata Containers provide a lightweight, fast, and secure option for app/container management. +Containers have revolutionized the way we manage cloud infrastructure. +Whereas traditional containers share the same OS kernel, raising security +concerns, with Kata Containers, each container has its own kernel instance +and runs on its own :abbr:`Virtual Machine (VM)`. Whether you're running 3 +or 300 nodes on your cluster, Kata Containers provide a lightweight, fast, +and secure option for app/container management. In |CL|, you only need to add one bundle to use `Kata Containers`_: `containers virt`_. We also recommend our tutorial: :ref:`kata` -So far, we need a *kata* containers bundle. So how do we search for it? First, use :command:`swupd search` with **only one term** like *kata*. +In our example, we need a *kata* containers bundle. So how do we search for it? Use :command:`swupd search` with **only one term** like *kata*. #. Enter this command, followed by 'kata' as the search term: @@ -66,9 +71,9 @@ So far, we need a *kata* containers bundle. So how do we search for it? First, sudo swupd bundle-add containers-virt - .. note:: + .. note:: - To add other bundles, replace `containers-virt` with your selected bundle. + To add other bundles, use :command:`sudo swupd bundle-add`, plus your selected bundle name. #. When prompted, enter your password. @@ -90,9 +95,6 @@ So far, we need a *kata* containers bundle. So how do we search for it? First, Calling post-update helper scripts. Successfully installed 1 bundle -.. note:: - - For developers who do not wish to adopt the |CL| Common Tooling Framework (e.g., Autospec, etc.), select the complementary :file:`-dev` bundle in order to successfully build each bundle. FAQ ===