From aec3fee1bd9da52eda04d605c453b019c073b8b3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 1 Oct 2014 04:28:56 +0200 Subject: [PATCH] update docker doc --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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:: -- 2.39.5