Files
Arch-R/tools/docker
2017-10-28 09:23:54 +02:00
..
2017-10-28 09:23:54 +02:00
2017-10-08 20:11:17 +02:00

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