[Sound-open-firmware] [PATCH] docker: Add details on running docker as non sudo user.
Liam Girdwood
liam.r.girdwood at linux.intel.com
Thu May 17 17:41:26 CEST 2018
Signed-off-by: Liam Girdwood <liam.r.girdwood at 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
More information about the Sound-open-firmware
mailing list