Updated Installing tracks 2.2 from Docker Index (markdown)

staannoe 2013-11-29 05:47:39 -08:00
parent 43ccec477e
commit c0ff82d8eb

@ -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 <IMAGE ID>`
`root@docker# docker run -d -p 8080:3000 staannoe/getontracks`
or a more extensive version:
`root@docker# docker run -d -p 8080:3000 -w /var/tracks <IMAGE ID> bundle exec rails server -e production`
`root@docker# docker run -d -p 8080:3000 -w /var/tracks staannoe/getontracks bundle exec rails server -e production`
Now you should be able to access Tracks on the url: