docs: Mention the official docker hub path

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-07-11 08:13:06 +02:00 committed by Daniel Wagner
parent f3e8d9ffd8
commit 2a4a34865a

View File

@ -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 <kas-image> 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:<version> 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``.