summaryrefslogtreecommitdiffstats
path: root/getting-started/setup-sdk-environment.md
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-06-22 11:45:20 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2018-06-22 11:45:20 +0200
commit5f3571d3c7b3303d9b503a79706c84f773994e66 (patch)
tree40e711fbcd9915514ed16855187e2ef3d5c34533 /getting-started/setup-sdk-environment.md
parentc9702a645726424ebfe0fa88a7d773db9a3e9626 (diff)
Update getting started documentation:
* Fix markdown lint warring. * Update AGL current version. * Update Renesas documentation. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'getting-started/setup-sdk-environment.md')
-rw-r--r--getting-started/setup-sdk-environment.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/getting-started/setup-sdk-environment.md b/getting-started/setup-sdk-environment.md
index 286fb65..691702c 100644
--- a/getting-started/setup-sdk-environment.md
+++ b/getting-started/setup-sdk-environment.md
@@ -1,12 +1,14 @@
# AGL SDK Quick Setup
This tutorial explains how to quickly setup an environment suitable to building and packaging AGL Applications using the SDK and a Docker container.
+
The current tutorial has been tested on Linux, but may work with a few adjustments for Windows or MacOS.
## Step 1: install Docker
First install docker on your host, if not already done.
General instructions for Linux are available on the [Docker Site](https://docs.docker.com/engine/installation/linux/).
+
Add yourself to the docker group.
## Step 2: setup persistent workspace
@@ -53,6 +55,7 @@ docker images;
jenkins latest 55720d63e328 5 weeks ago 711.9 MB
hello-world latest c54a2cc56cbb 5 months ago 1.848 kB
```
+
Identify the IMAGE_ID you just loaded. In the example above, this is 6fcc19b4e0d7
```bash
@@ -71,7 +74,6 @@ 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://git.automotivelinux.org/AGL/docker-worker-generator;
cd docker-worker-generator;