Change linux distribution

I changed the linux distribution from node, which used Debian, to an arm based linux distribution so the application can be used on an arm based system (e.g. Raspberry)
This commit is contained in:
Sebastian Limbach
2017-04-12 20:19:24 +02:00
parent eae21e1371
commit d5e902679b
3 changed files with 20 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ docker run -d \
--volume ~/magic_mirror/config:/opt/magic_mirror/config \
--volume ~/magic_mirror/modules:/opt/magic_mirror/modules \
--name magic_mirror \
MichMich/MagicMirror
michmich/magicmirror
```
| **Volumes** | **Description** |