Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodaFog/kodi-rpi
A Kodi Docker image for Raspberry Pi based on Resin Raspbian
https://github.com/CodaFog/kodi-rpi
Last synced: 9 days ago
JSON representation
A Kodi Docker image for Raspberry Pi based on Resin Raspbian
- Host: GitHub
- URL: https://github.com/CodaFog/kodi-rpi
- Owner: CodaFog
- Created: 2017-09-02T08:30:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T22:19:27.000Z (about 7 years ago)
- Last Synced: 2024-08-02T15:25:17.383Z (3 months ago)
- Size: 19.5 KB
- Stars: 9
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kodi-rpi Dockerfile
This repository contains **Dockerfile** of a dockerized [Kodi](https://kodi.tv/download) based on a Raspbian image.
### Base Docker Image
* [resin/rpi-raspbian:jessie](https://hub.docker.com/r/resin/rpi-raspbian/)
### Installation
1. Install [Docker](https://www.docker.com/) on your Raspberry pi.
2. Create the directory used to store the kodi configuration files :
```
mkdir -p /home/pi/kodi-rpi/config
```
3. You can define a specific volume where Kodi can access :/home/pi/kodi-rpi/data
### Usage
```
docker run --name kodi-rpi --device="/dev/tty0" --device="/dev/tty2" --device="/dev/fb0" --device="/dev/input" --device="/dev/snd" --device="/dev/vchiq" -v /var/run/dbus:/var/run/dbus -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v /home/pi/kodi-rpi/config:/config/kodi -v /home/pi/kodi-rpi/data:/data -p 8080:8080 -p 9777:9777/udp codafog/kodi-rpi
```
### GithubGithud Address : https://github.com/CodaFog/kodi-rpi