Skip to content

Commit 7c393a0

Browse files
committed
fixes #6 - multiarch image
1 parent f5dcc0d commit 7c393a0

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ How to Contribute
33

44
This project welcomes your contribution. There are several ways to help out:
55

6-
* Create an [issue](https://github.com/jaymoulin/docker-rpi-plex/issues/) on GitHub,
6+
* Create an [issue](https://github.com/jaymoulin/docker-plex/issues/) on GitHub,
77
if you have found a bug or have an idea for a feature
88
* Write test cases for open bug issues
99
* Write patches for open bug/feature issues
1010

1111
Issues
1212
------
1313

14-
* Submit an [issue](https://github.com/jaymoulin/docker-rpi-plex/issues/)
14+
* Submit an [issue](https://github.com/jaymoulin/docker-plex/issues/)
1515
* Make sure it does not already exist.
1616
* Clearly describe the issue including steps to reproduce, when it is a bug.
1717
* Make sure you note the version you use.
1818

1919
Additional Resources
2020
--------------------
2121

22-
* [Existing issues](https://github.com/jaymoulin/docker-rpi-plex/issues/)
22+
* [Existing issues](https://github.com/jaymoulin/docker-plex/issues/)
2323
* [General GitHub documentation](https://help.github.com/)
24-
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
24+
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
The MIT License (MIT) Copyright (c) 2016 Jay MOULIN
1+
The MIT License (MIT) Copyright (c) 2016-2017 Jay MOULIN
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

55
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
66

7-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
VERSION ?= 0.3.0
1+
VERSION ?= 1.9.7
22
CACHE ?= --no-cache=1
33
FULLVERSION ?= ${VERSION}
4-
archs ?= amd64 arm32v6 arm64v8 i386
4+
archs ?= amd64 arm32v6 arm64v8
55

66
.PHONY: all build publish latest
77
all: build publish latest

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
![logo](logo.png)
22

3-
Raspberry PI - Plex Media Server - Docker Image
3+
Plex Media Server - Docker Image (Multiarch)
44
===
55

6-
[![latest release](https://img.shields.io/github/release/jaymoulin/docker-rpi-plex.svg "latest release")](http://github.com/jaymoulin/docker-rpi-plex/releases)
6+
[![latest release](https://img.shields.io/github/release/jaymoulin/docker-plex.svg "latest release")](http://github.com/jaymoulin/docker-plex/releases)
77
[![Follow on twitter](https://img.shields.io/twitter/follow/DockerRpiPlex.svg?style=social&label=Follow "Follow on twitter")](https://twitter.com/DockerRpiPlex)
8-
[![Docker Pulls](https://img.shields.io/docker/pulls/jaymoulin/rpi-plex.svg)](https://hub.docker.com/r/jaymoulin/rpi-plex/)
9-
[![Docker stars](https://img.shields.io/docker/stars/jaymoulin/rpi-plex.svg)](https://hub.docker.com/r/jaymoulin/rpi-plex/)
8+
[![Docker Pulls](https://img.shields.io/docker/pulls/jaymoulin/plex.svg)](https://hub.docker.com/r/jaymoulin/plex/)
9+
[![Docker stars](https://img.shields.io/docker/stars/jaymoulin/plex.svg)](https://hub.docker.com/r/jaymoulin/plex/)
1010
[![Bitcoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png "Bitcoin donation")](https://m.freewallet.org/id/374ad82e/btc)
1111
[![Litecoin donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png "Litecoin donation")](https://m.freewallet.org/id/374ad82e/ltc)
1212
[![PayPal donation](https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png "PayPal donation")](https://www.paypal.me/jaymoulin)
@@ -23,26 +23,26 @@ sudo mount /dev/sda1 /mnt/usbdrive
2323

2424
This will start Plex using your mounted drive
2525
```
26-
docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host jaymoulin/rpi-plex
26+
docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host jaymoulin/plex
2727
```
2828

2929
Configuration
3030
---
3131

32-
Go to http://__raspberry_ip__:32400 to configure it
32+
Go to http://__your_machine_ip__:32400 to configure it
3333

3434
You can change the Plex Library directory by plugin your local folder to `/root/Library` folder
3535

3636
Example :
3737

3838
```
39-
docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host -v /mnt/usbdrive:/root/Library jaymoulin/rpi-plex
39+
docker run -d --restart=always --name plex -v /mnt/usbdrive:/media --net=host -v /mnt/usbdrive:/root/Library jaymoulin/plex
4040
```
4141

4242
Appendixes
4343
---
4444

45-
### Install RaspberryPi Docker
45+
### Install Docker
4646

4747
If you don't have Docker installed yet, you can do it easily in one line using this command
4848

logo.png

-19.7 KB
Loading

manifest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ manifests:
1717
platform:
1818
architecture: amd64
1919
os: linux
20-
-
21-
image: jaymoulin/plex:$VERSION-i386
22-
platform:
23-
architecture: 386
24-
os: linux

0 commit comments

Comments
 (0)