Change docker hub url

This commit is contained in:
Sebastian Limbach
2017-04-16 21:17:52 +02:00
parent 9ebee8c03e
commit ac53d64ffc

View File

@@ -59,7 +59,7 @@ docker run -d \
--volume ~/magic_mirror/config:/opt/magic_mirror/config \ --volume ~/magic_mirror/config:/opt/magic_mirror/config \
--volume ~/magic_mirror/modules:/opt/magic_mirror/modules \ --volume ~/magic_mirror/modules:/opt/magic_mirror/modules \
--name magic_mirror \ --name magic_mirror \
michmich/magicmirror bastilimbach/docker-magicmirror
``` ```
| **Volumes** | **Description** | | **Volumes** | **Description** |
@@ -75,6 +75,8 @@ var config = {
}; };
``` ```
If you want to run the server on a raspberry pi, use the `raspberry` tag. (bastilimbach/docker-magicmirror:raspberry)
#### Manual #### Manual
1. Download and install the latest Node.js version. 1. Download and install the latest Node.js version.