From 5f3571d3c7b3303d9b503a79706c84f773994e66 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 22 Jun 2018 11:45:20 +0200 Subject: Update getting started documentation: * Fix markdown lint warring. * Update AGL current version. * Update Renesas documentation. Signed-off-by: Ronan Le Martret --- getting-started/setup-sdk-environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'getting-started/setup-sdk-environment.md') 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; -- cgit 1.2.3-korg