diff --git a/source/gs-clear-containers-gettting-started.rst b/source/gs-clear-containers-gettting-started.rst index ce033fcd..76ebda05 100644 --- a/source/gs-clear-containers-gettting-started.rst +++ b/source/gs-clear-containers-gettting-started.rst @@ -3,17 +3,16 @@ Clear Containers getting started guide ###################################### -Clear Containers for Docker* Engine is now available on multiple -operating systems. This enables executing existing Docker applications -in the secure and fast Clear Containers environment. +The Clear Containers for Docker* Engine package is now available on multiple +operating systems. This enables executing existing Docker applications in the +secure and fast Clear Containers environment. Binary packages =============== -The primary host platform is Clear Linux* Project for IntelĀ® Architecture, version 4000 -or better. However, binaries for a range of operating systems are available from: - -- https://software.opensuse.org/download.html?project=home%3Aclearlinux%3Apreview&package=clear-containers-docker +The primary host platform is Clear Linux* Project for IntelĀ® Architecture, version 4000 +or better. However, binaries for a range of operating systems are available from +the `OpenSUSE`_ website: Currently experimental builds are available for: @@ -24,7 +23,7 @@ Currently experimental builds are available for: - Debian* 8.0 - Ubuntu* 15.04 -If you have any feedback, please mail it to the dev@lists.clearlinux.org mailing list. +If you have any feedback, please mail it to the dev@lists.clearlinux.org mailing list. Subscription to this list is available at: https://lists.clearlinux.org/mailman/listinfo/dev. Installation instructions @@ -45,31 +44,33 @@ If you are *not* using Clear Linux OS for Intel Architecture, follow the instruc $ sudo systemctl daemon-reload #. Start the Docker service:: - + $ systemctl restart docker Using Clear Linux OS for Intel Architecture as Host --------------------------------------------------- If you are running Clear Linux OS for Intel Architecture on your host system, follow the -instructions below: +instructions below as the ``root`` Clear Linux user: -#. Enable the repository by running the following as the ``root`` user:: +#. Enable the repository:: # swupd bundle-add containers-basic -#. Reload your systemd configuration:: +#. Reload your ``systemd`` configuration:: - $ sudo systemctl daemon-reload + # systemctl daemon-reload #. Start the Docker service:: - - $ systemctl restart docker + + # systemctl restart docker Source Code =========== -The experimental source code is based on the Docker version 1.9.0 upstream release and is available at: +The experimental source code is based on the Docker version 1.9.0 upstream release and is available in the `Docker* github repo`_: -- https://github.com/clearlinux/docker +.. _OpenSUSE website: https://software.opensuse.org/download.html?project=home%3Aclearlinux%3Apreview&package=clear-containers-docker + +.. _Docker* github repo: https://github.com/clearlinux/docker