diff options
author | Sebastien D <seb.douheret@gmail.com> | 2017-08-31 00:18:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 00:18:06 +0200 |
commit | 647fd5bfa7289e9ed79f6aaca110fd0359b61af9 (patch) | |
tree | 0fe58de60a3109af907dfaead2dd6bff26e61598 | |
parent | cd43200c4814e86d2774b3181c4f8f9bd3755f5b (diff) |
Update container creation command line in README.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |