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)