rally/etc/docker/README_FIRST.rst
Andrey Kurilin 4e5890af43 [docs] Fix readme for docker image
* fix indents and code quotas
* fix version of latest release + add unittest for checking this

Change-Id: Iab8f7fec3117cdcb84708f3a291a6926b3eb085f
2019-02-05 18:15:16 +02:00

12 lines
569 B
ReStructuredText

ReadMe of <rally-repo>/etc/docker dir
=====================================
We are using automated docker image builds on `Docker Hub
<https://hub.docker.com/>`_ which allows to reduce time of making new releases.
Docker Hub has one specific feature - each time it builds new image, it
updates the description of the image. The description it takes from README file
of the same directory as Dockerfile is located. That is why Dockerfile is
placed to the separate directory with 2 README files: one for Docker Hub,
another one (this one) for explanation of situation.