1
0
mirror of https://github.com/alljoynsville/openwrt-builder synced 2025-06-07 07:56:33 +00:00

Update README.md

Fix name of docker image at the hub.
This commit is contained in:
Natanael Arndt 2016-10-09 17:02:53 +02:00 committed by GitHub
parent d42de05ad1
commit 0b115b5c80

View File

@ -13,11 +13,11 @@ the user `openwrt` was created. The buildroot can be found in
To run a shell in the buildroot, execute the following command: To run a shell in the buildroot, execute the following command:
```sh ```sh
docker run -t -i alljoynsville/openwrt-buildroot:14.07 bash docker run -t -i alljoynsville/docker-openwrt-buildroot:14.07 bash
``` ```
or or
```sh ```sh
docker run -t -i alljoynsville/openwrt-buildroot:15.05 bash docker run -t -i alljoynsville/docker-openwrt-buildroot:15.05 bash
``` ```
More information on how to use this buildroot can be found on the More information on how to use this buildroot can be found on the