Lines Matching +full:docker +full:- +full:run
1 The docker container provided in docker_build sets up a build environment for
2 building Sound Open Firmware. A working docker installation is needed to run
3 the docker build container.
5 Note: In order to run docker as non sudo/root user please run.
7 sudo usermod -aG docker your-user-name
13 First, build the docker container. This step needs to be done initially and
18 ./docker-build.sh
20 After the container is built, it can be used to run the scripts.
23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l tgl
25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh tgl
28 ./scripts/docker-run.sh ./scripts/build-tools.sh
31 ./scripts/docker-run.sh make
34 ./scripts/docker-run.sh bash