From 0e1fbccfd7e1bb93bc933fbacfcb20dff873025a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 1 Oct 2014 02:00:48 +0200 Subject: [PATCH] add supervisor example --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 32b2661..4c195bd 100644 --- a/README.rst +++ b/README.rst @@ -442,13 +442,19 @@ Simply pull our dev image and run:: sudo docker pull yomguy/timeside sudo docker run -i -t yomguy/timeside bash +More infos: https://registry.hub.docker.com/u/yomguy/timeside/ + +To start the web server through the container:: + + sudo docker run -p 9000:80 yomguy/timeside supervisord -n + +Then browse http://localhost:9000/api/ + To start a development process, it is advised to checkout the dev branch:: cd /root/apps/TimeSide git checkout dev -More infos: https://registry.hub.docker.com/u/yomguy/timeside/ - Sponsors and Partners ===================== -- 2.39.5