aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-22 12:23:22 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-22 12:44:42 +0200
commitee776b10ad2b010f3cf15c6483a86d8d0ed5ed85 (patch)
tree82cdb5c2bbaf56413137c8379bc7fce973bd913e /README.md
parentde50b8f45be58fdfa40f3d0c8e0ee07a0c6a883c (diff)
Minor doc fix about wget command.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 24549f4..59170e5 100644
--- a/README.md
+++ b/README.md
@@ -38,15 +38,15 @@ been integrated into AGL SDK docker container.
Load the pre-build AGL SDK docker image including `xds-server`:
```bash
-wget http://iot.bzh/download/public/2017/XDS/docker/docker_agl_worker-xds-latest.tar.xz | docker load
+wget -O - http://iot.bzh/download/public/2017/XDS/docker/docker_agl_worker-xds-latest.tar.xz | docker load
```
### Start xds-server within the container
Use provided script to create a new docker image and start a new container:
```bash
-> wget https://github.com/iotbzh/xds-server/blob/master/scripts/xds-docker-create-container.sh
-bash ./xds-docker-create-container.sh 0 docker.automotivelinux.org/agl/worker-xds:3.99.1
+> wget https://raw.githubusercontent.com/iotbzh/xds-server/master/scripts/xds-docker-create-container.sh
+> bash ./xds-docker-create-container.sh 0 docker.automotivelinux.org/agl/worker-xds:3.99.1
> docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES