mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 20:47:00 +02:00
run_sdk_container: mount tmpfs on /tmp
This commit is contained in:
parent
c336ca284b
commit
25b0c1583d
@ -140,6 +140,7 @@ if [[ -z ${stat} ]] ; then
|
|||||||
docker_flags=(
|
docker_flags=(
|
||||||
"${tty[@]}"
|
"${tty[@]}"
|
||||||
-i
|
-i
|
||||||
|
--mount type=tmpfs,destination=/tmp
|
||||||
-v /dev:/dev
|
-v /dev:/dev
|
||||||
-v "${PWD}/sdk_container:/mnt/host/source/"
|
-v "${PWD}/sdk_container:/mnt/host/source/"
|
||||||
-v "${PWD}/__build__/images:/mnt/host/source/src/build"
|
-v "${PWD}/__build__/images:/mnt/host/source/src/build"
|
||||||
|
Loading…
Reference in New Issue
Block a user