From: Guillaume Pellerin Date: Wed, 1 Oct 2014 02:28:56 +0000 (+0200) Subject: update docker doc X-Git-Tag: 0.6~4^2~33^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e248af0397a331f6912b275923811ec44dced4a3;p=timeside.git update docker doc --- diff --git a/README.rst b/README.rst index f1dd895..cbdacfb 100644 --- a/README.rst +++ b/README.rst @@ -437,7 +437,9 @@ Docker Docker is a great tool for developping and deploying processing environments! Our docker container includes all the necessary packages and environments for development and production with TimeSide. -Simply pull our dev image and run:: +First, install Docker: https://docs.docker.com/installation/ + +Then, simply pull our dev image and run:: sudo docker pull yomguy/timeside sudo docker run -i -t yomguy/timeside bash @@ -448,7 +450,7 @@ To start the web server through the container:: sudo docker run -p 9000:80 yomguy/timeside supervisord -n -Then browse http://localhost:9000/api/ +Finally browse http://localhost:9000/api/ To start a new development, it is advised to checkout the dev branch and build your own container::