17 May
2018
17 May
'18
5:41 p.m.
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- scripts/README.docker | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/scripts/README.docker b/scripts/README.docker index fd390d6..82558b1 100644 --- a/scripts/README.docker +++ b/scripts/README.docker @@ -4,6 +4,12 @@ the docker build container.
Note: This script assumes the sof.git/ and soft.git/ directories are siblings.
+Note2: In order to run docker as non sudo/root user please run. + +sudo usermod -aG docker your-user-name + +Then logout and login again. + Quick Start:
First, build the docker container. This step needs to be done initially and
--
2.17.0