mirror of
https://github.com/alljoynsville/openwrt-builder
synced 2025-06-06 15:36:24 +00:00
Update README.md
This commit is contained in:
parent
8ab0c56a51
commit
df8a4c9553
17
README.md
17
README.md
@ -1,24 +1,15 @@
|
||||
docker-openwrt-buildroot
|
||||
openwrt-builder
|
||||
========================
|
||||
[](https://registry.hub.docker.com/u/alljoynsville/openwrt-buildroot)
|
||||
[](https://github.com/alljoynsville/docker-openwrt-buildroot/blob/master/LICENSE)
|
||||
|
||||
This is a docker container for building [OpenWRT](https://openwrt.org/)
|
||||
|
||||
This is a docker container for the [OpenWRT](https://openwrt.org/)
|
||||
[buildroot](http://wiki.openwrt.org/doc/howto/buildroot.exigence).
|
||||
|
||||
Because the build system requires that its command are not executed by root,
|
||||
the user `openwrt` was created. The buildroot can be found in
|
||||
`/home/openwrt/openwrt`.
|
||||
|
||||
To run a shell in the buildroot, execute the following command:
|
||||
```sh
|
||||
docker run -t -i alljoynsville/docker-openwrt-buildroot:14.07 bash
|
||||
docker run -t -i alljoynsville/openwrt-builder:18.06 bash
|
||||
```
|
||||
or
|
||||
```sh
|
||||
docker run -t -i alljoynsville/docker-openwrt-buildroot:15.05 bash
|
||||
docker run -t -i alljoynsville/openwrt-builder:15.05 bash
|
||||
```
|
||||
|
||||
More information on how to use this buildroot can be found on the
|
||||
[OpenWRT wiki](http://wiki.openwrt.org/doc/howto/build).
|
||||
|
Loading…
x
Reference in New Issue
Block a user