From 2a4a34865a713d3d4316e898a6b95ff6c1897a57 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 11 Jul 2017 08:13:06 +0200 Subject: [PATCH] docs: Mention the official docker hub path Signed-off-by: Jan Kiszka --- docs/userguide.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index 9436c8e..47e36df 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -25,9 +25,10 @@ Usage There are three options for using kas: - Install it locally via pip to get the ``kas`` command. -- Use the docker image. In this case run the commands in the examples - below within ``docker run -it sh`` or bind-mount the project into - the container. +- Use the docker image. In this case, run the commands in the examples below + within ``docker run -it kasproject/kas: sh`` or bind-mount the + project into the container. See https://hub.docker.com/r/kasproject for all + available images. - Use the **run-kas** wrapper from this directory. In this case replace ``kas`` in the examples below with ``path/to/run-kas``.