Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
doc: add a word about Docker image version
Browse files Browse the repository at this point in the history
The latest version may be broken from time to time.
  • Loading branch information
vincentbernat committed Aug 7, 2015
1 parent f1af216 commit d512056
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ run this container like this:

$ docker run -d -p 8080:8080 \
-v /var/lib/dashkiosk/database:/database \
vincentbernat/dashkiosk
vincentbernat/dashkiosk:latest

Using `latest` can be broken from time to time. You may prefer a
stable tag, like `2.6.1`.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ A live installation, reset every hour, is publicly available:
- `administration panel`_
- `receiver`_

You can also quickly pull a ready-to-use version with Docker::
You can also quickly pull a ready-to-use version with Docker (you may
want to replace ``latest`` by a stable tag, like ``2.6.1``)::

$ docker run -d -p 8080:8080 \
-v /var/lib/dashkiosk/database:/database \
vincentbernat/dashkiosk
vincentbernat/dashkiosk:latest

Here is a demonstration video:

Expand Down

0 comments on commit d512056

Please sign in to comment.