Updated Installing tracks 2.2 from Docker Index (markdown)

staannoe 2014-01-09 11:09:23 -08:00
parent 137f7cc44f
commit d4a0ba1c38

@ -16,11 +16,11 @@ When the image has finished downloading, you can verify that it is available by
Now you can start Tracks on port 8080 on your host simply by issuing the following command:
`root@docker# docker run -d -p 8080:3000 staannoe/getontracks`
`root@docker# docker run -d -p 8080:3000 staannoe/getontracks:v2.2.2`
or a more extensive version:
`root@docker# docker run -d -p 8080:3000 -w /var/tracks staannoe/getontracks bundle exec rails server -e production`
`root@docker# docker run -d -p 8080:3000 -w /var/tracks staannoe/getontracks:v2.2.2 bundle exec rails server -e production`
Now you should be able to access Tracks on the url: