Files
Arch-R/tools/docker/README.md
2017-10-08 20:11:17 +02:00

18 lines
336 B
Markdown

# Build container
**Clone repo**
* `cd ~/`
* `git clone https://github.com/LibreELEC/LibreELEC.tv.git LibreELEC`
**Build container**
* `cd ~/LibreELEC`
* `docker build --pull -t libreelec tools/docker`
**Build image inside container**
* `docker run -v ~/:/home/docker -h libreelec -it libreelec`
* `cd ~/LibreELEC`
* `make image`