From 3455d45fe441e296c05dc31d8f29594dbb01ec0c Mon Sep 17 00:00:00 2001 From: staannoe Date: Sun, 28 Dec 2014 13:59:37 -0800 Subject: [PATCH] Updated Docker and Tracks 2.2.3 (markdown) --- Docker and Tracks 2.2.3.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Docker and Tracks 2.2.3.md b/Docker and Tracks 2.2.3.md index 513c5a4..67950e5 100644 --- a/Docker and Tracks 2.2.3.md +++ b/Docker and Tracks 2.2.3.md @@ -17,9 +17,14 @@ It utilizes mostly native Ubuntu 14.04 packages, thus rebuilding it will provide For production use it is highly recommended to update the `site.yml.template` within the build repo, rename it to `site.yml` then rebuild the container. -Example on how to run the Tracks container: +Example on how to run a "stable" Tracks container (currently v2.2.3): + + docker run -d --name=tracks -p 80:80 staannoe/tracks:stable + +Example on how to run a "development" Tracks container (currently v2.3RC1): + + docker run -d --name=tracks -p 80:80 staannoe/tracks:devel - `docker run -d --name=tracks -p 80:80 staannoe/tracks` (This is the only command you need to issue to get Tracks running given you have Docker running on the machine)