diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 12:03:57 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-26 12:04:05 +0200 |
commit | 8c6797919df623e930185be7d3af2948e5233b43 (patch) | |
tree | 17611d4aebcc305aec87b82abe494a10c2b1d2a9 /README.md | |
parent | 7d6625857e168424913403656347d0d9b688a3b7 (diff) |
Add more comments in doc.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -207,7 +207,9 @@ See head section of `xds-server-start.sh` file to see all configurable variables `xds-server` has been integrated as a flavour of AGL SDK docker image. So to rebuild docker image just execute following commands: ```bash +# Clone docker-worker-generator git repo git clone https://git.automotivelinux.org/AGL/docker-worker-generator +# Start build that will create a docker image cd docker-worker-generator make build FLAVOUR=xds ``` @@ -215,7 +217,9 @@ make build FLAVOUR=xds You should get `docker.automotivelinux.org/agl/worker-xds:X.Y` image ```bash +# List image that we just built docker images + REPOSITORY TAG IMAGE ID CREATED SIZE docker.automotivelinux.org/agl/worker-xds 3.2 786d65b2792c 6 days ago 602MB ``` |