From 0b115b5c80b01c5108259c66dae1f0178121dedb Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Sun, 9 Oct 2016 17:02:53 +0200 Subject: [PATCH] Update README.md Fix name of docker image at the hub. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3154b82..b4cf620 100644 --- a/README.md +++ b/README.md @@ -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: ```sh -docker run -t -i alljoynsville/openwrt-buildroot:14.07 bash +docker run -t -i alljoynsville/docker-openwrt-buildroot:14.07 bash ``` or ```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