From 042616865221f0eaacfe5105cebdc823f0a4bc2c Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 23:10:40 +0100 Subject: Added docker build to REAME --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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://: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 -- cgit v1.2.3-ZIG