mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 06:18:49 +01:00
Updated Docker and Tracks 2.2.3 (markdown)
parent
66f638604e
commit
3455d45fe4
1 changed files with 7 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue