Skip to content

Commit

Permalink
Merge pull request #856 from bastilimbach/develop
Browse files Browse the repository at this point in the history
Outsource Dockerfiles
  • Loading branch information
MichMich authored Apr 19, 2017
2 parents fa5b936 + 058b4bb commit efb592d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 111 deletions.
72 changes: 0 additions & 72 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.2] - Unreleased

### Changed
- Revert Docker related changes in favor of [docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror). All Docker images are outsourced. ([#856](https://github.com/MichMich/MagicMirror/pull/856))
- Change Docker base image (Debian + Node) to an arm based distro (AlpineARM + Node) ([#846](https://github.com/MichMich/MagicMirror/pull/846))
- Fix the dockerfile to have it running from the first time.

Expand Down
27 changes: 0 additions & 27 deletions Dockerfile

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
bastilimbach/docker-magicmirror
```

| **Volumes** | **Description** |
Expand All @@ -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

1. Download and install the latest Node.js version.
Expand Down
11 changes: 0 additions & 11 deletions docker-entrypoint.sh

This file was deleted.

0 comments on commit efb592d

Please sign in to comment.