diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-21 22:58:26 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-03-21 22:58:30 +0100 |
commit | a5696d65693f91af59976f7fab93e24c79af9e84 (patch) | |
tree | cc28bbe2858c939ab33b6fbff107fde5e14d4072 | |
parent | 48213a74d0a4c48a463bcd27438ddaa8b054ae2b (diff) |
docs/getting-started: updated SDK setup quickguide
The git repository which contains build scripts for AGL Docker container
is now hosted in AGL Gerrit:
https://git.automotivelinux.org/AGL/docker-worker-generator
Change-Id: Ifa25e211579c0ee47b0d86414f9877a056e2f1dc
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | getting-started/setup-sdk-environment.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started/setup-sdk-environment.md b/getting-started/setup-sdk-environment.md index 12482b8..1435b50 100644 --- a/getting-started/setup-sdk-environment.md +++ b/getting-started/setup-sdk-environment.md @@ -48,7 +48,7 @@ docker images; hello-world latest c54a2cc56cbb 5 months ago 1.848 kB ``` #### Rebuilt image -The Docker image for AGL Worker can be rebuilt using the scripts published here [agl-docker-worker](https://github.com/iotbzh/agl-docker-worker). +The Docker image for AGL Worker can be rebuilt using the scripts published here [docker-worker-generator](https://git.automotivelinux.org/AGL/docker-worker-generator/). ### Start image Then, use the 'create_container' script to start a new, fresh container based on the AGL Worker image: @@ -56,8 +56,8 @@ Then, use the 'create_container' script to start a new, fresh container based on * The password for the id 'devel' inside the docker image is 'devel'. ```bash -git clone https://github.com/iotbzh/agl-docker-worker; -cd agl-docker-worker; +git clone https://git.automotivelinux.org/AGL/docker-worker-generator; +cd docker-worker-generator; ./contrib/create_container 0; docker ps; CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |