mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
18 lines
343 B
Markdown
18 lines
343 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/bionic`
|
|
|
|
**Build image inside container**
|
|
|
|
* `docker run -v ~/:/home/docker -h libreelec -it libreelec`
|
|
* `cd ~/LibreELEC`
|
|
* `make image`
|