Skip to content

Commit a924cb8

Browse files
committed
run_sdk_container: mount tmpfs on /tmp
1 parent 6b2ef6f commit a924cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_sdk_container

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ if [[ -z ${stat} ]] ; then
140140
docker_flags=(
141141
"${tty[@]}"
142142
-i
143+
--mount type=tmpfs,destination=/tmp
143144
-v /dev:/dev
144145
-v "${PWD}/sdk_container:/mnt/host/source/"
145146
-v "${PWD}/__build__/images:/mnt/host/source/src/build"

0 commit comments

Comments
 (0)