From 4b0622f54ce74f5f08ac82c133fbc1805f2f7224 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 30 Oct 2015 18:28:10 +0100 Subject: [PATCH] Adding information about getting the last version of the docker images --- source/installation/very_quick_start_with_docker.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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