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

Commit

Permalink
doc: add instructions for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 6, 2015
1 parent ff5ff2e commit a77e1c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,13 @@ in the `gh-pages` branch of this repository. To update it:
$ rsync -rv --include '*chromecast*' --include '*/' --exclude '*' ~-dashkiosk/dist/public/* .
$ git add *
$ git commit -m "Update"

# Docker

There is a `Dockerfile` to run *Dashkiosk* inside Docker. In this
case, it is unlikely that Chromecast will work as expected. You can
run this container like this:

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

0 comments on commit a77e1c8

Please sign in to comment.