Update container creation command line in README.
authorSebastien D <seb.douheret@gmail.com>
Wed, 30 Aug 2017 22:18:06 +0000 (00:18 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2017 22:18:06 +0000 (00:18 +0200)
README.md

index da1c60c..31a743d 100644 (file)
--- 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