summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien D <seb.douheret@gmail.com>2017-08-31 00:18:06 +0200
committerGitHub <noreply@github.com>2017-08-31 00:18:06 +0200
commit647fd5bfa7289e9ed79f6aaca110fd0359b61af9 (patch)
tree0fe58de60a3109af907dfaead2dd6bff26e61598 /README.md
parentcd43200c4814e86d2774b3181c4f8f9bd3755f5b (diff)
Update container creation command line in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index da1c60c..31a743d 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Use provided script to create a new docker image and start a new container:
seb@laptop ~$ wget https://raw.githubusercontent.com/iotbzh/xds-server/master/scripts/xds-docker-create-container.sh
# Create new XDS worker container
-seb@laptop ~$ bash ./xds-docker-create-container.sh docker.automotivelinux.org/agl/worker-xds:X.Y
+seb@laptop ~$ bash ./xds-docker-create-container.sh
# Check that new container is running
seb@laptop ~$ docker ps | grep worker-xds