mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-17 04:38:08 +01:00
Updated Installing tracks 2.2 from Docker Index (markdown)
parent
43ccec477e
commit
c0ff82d8eb
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue