diff --git a/source/installation/very_quick_start_with_docker.rst b/source/installation/very_quick_start_with_docker.rst index c9c76aad1..43c21ee87 100644 --- a/source/installation/very_quick_start_with_docker.rst +++ b/source/installation/very_quick_start_with_docker.rst @@ -42,6 +42,15 @@ Configuration of `docker-machine` $ docker-machine start default $ eval "$(docker-machine env default)" + + +Getting the last version of the docker images +---------------------------------------------- + +.. code-block:: bash + + docker pull chill/database + docker pull chill/demo-flavor Prepare a database