tools/docker: update readme

This commit is contained in:
heitbaum 2021-12-31 23:34:18 +11:00 committed by GitHub
parent 47c99b4fef
commit 4f0badeb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,14 @@ See https://docs.docker.com/engine/reference/commandline/build/ for details on `
**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