Updated Docker and Tracks 2.2.3 (markdown)

staannoe 2014-12-28 13:59:37 -08:00
parent 66f638604e
commit 3455d45fe4

@ -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)
<p>