mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 04:26:59 +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=(
|
||||
"${tty[@]}"
|
||||
-i
|
||||
--mount type=tmpfs,destination=/tmp
|
||||
-v /dev:/dev
|
||||
-v "${PWD}/sdk_container:/mnt/host/source/"
|
||||
-v "${PWD}/__build__/images:/mnt/host/source/src/build"
|
||||
|
Loading…
Reference in New Issue
Block a user