aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-28 16:56:57 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-28 16:56:57 +0200
commitee7e203da218f094e4bcbea0eefe9618fbb256b1 (patch)
tree81ebf094ff38f9770ea2f7362d84cf9cf1ec38ff /README.md
parent472d4b34027f37b05f10d5558d28d6c6bca74ff2 (diff)
Add docker load instruction in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 15ac8f6..e031ab2 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,15 @@ integrated in AGL SDK docker container.
### Create XDS AGL docker worker container
-Execute following commands to build docker image:
+You can either load a pre-build docker image or rebuild this image with latest
+source code.
+
+* load pre-build docker image:
+```bash
+wget http://iot.bzh/download/public/2017/XDS/docker/docker_agl_worker-xds-3.2.tar.xz | docker load
+```
+
+* OR execute following commands to rebuild docker image:
```bash
git clone https://git.automotivelinux.org/AGL/docker-worker-generator
cd docker-worker-generator