From ee776b10ad2b010f3cf15c6483a86d8d0ed5ed85 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 22 Jun 2017 12:23:22 +0200 Subject: [PATCH] Minor doc fix about wget command. Signed-off-by: Sebastien Douheret --- README.md | 6 +++--- 1 file 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 -- 2.16.6