aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-17 23:10:40 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-17 23:10:40 +0100
commit042616865221f0eaacfe5105cebdc823f0a4bc2c (patch)
treef54ff715d492673a623db36d29804cc2870d6c10
parenta49102fc3e2f210236e653d5cf42fa1d1231b30a (diff)
downloadunicornpaint-042616865221f0eaacfe5105cebdc823f0a4bc2c.tar.gz
unicornpaint-042616865221f0eaacfe5105cebdc823f0a4bc2c.tar.bz2
unicornpaint-042616865221f0eaacfe5105cebdc823f0a4bc2c.tar.xz
unicornpaint-042616865221f0eaacfe5105cebdc823f0a4bc2c.zip
Added docker build to REAME
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54a4d9c..ee585f9 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,10 @@ Allows multiple people to paint at once & updates in real time.
To run:
`curl "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" | sh`
Open your browser to http://<your raspberry IP address>:3001/
+
+Alternatively, run with docker:
+```
+docker pull mfashby/unicornpaint
+docker run --device /dev/spidev0.0:/dev/spidev0.0 --publish 3001:3001 mfashby/unicornpaint
+```
+Or use the example docker-compose.yml file \ No newline at end of file