mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
tools/docker: update readme
This commit is contained in:
parent
47c99b4fef
commit
4f0badeb3b
@ -23,7 +23,14 @@ See https://docs.docker.com/engine/reference/commandline/build/ for details on `
|
|||||||
|
|
||||||
**Build LibreELEC image inside a container**
|
**Build LibreELEC image inside a container**
|
||||||
|
|
||||||
Use the following command to build LibreELEC images inside a new container based on the docker image tagged with `libreelec`.
|
Change to your LibreELEC.tv development directory that you checked out with <br>
|
||||||
|
`git clone https://github.com/`**myname**`/LibreELEC.tv.git`
|
||||||
|
|
||||||
|
```
|
||||||
|
cd LibreELEC.tv
|
||||||
|
```
|
||||||
|
|
||||||
|
Then use the following command to build LibreELEC images inside a new container based on the docker image tagged with `libreelec`. (The `pwd` uses the current directory - which must have the LibeELEC `Makefile` in it.)
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -v `pwd`:/build -w /build -it libreelec make image
|
docker run --rm -v `pwd`:/build -w /build -it libreelec make image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user