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

use the version tag

This commit is contained in:
ddrown 2014-07-10 22:46:05 -05:00
parent 74d078e330
commit 5aedf5c292

View File

@ -10,7 +10,7 @@ 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 noonien/openwrt-buildroot sudo -iu openwrt bash docker run -t -i noonien/openwrt-buildroot:12.09 sudo -iu openwrt 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