We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f5b22b + 22dd429 commit d9e7230Copy full SHA for d9e7230
c7
@@ -143,13 +143,14 @@ volumes="
143
"
144
145
devices="-v /dev/ttyS0:/dev/ttyS0"
146
-opts="${network} --hostname ${hostname} --security-opt=label=type:container_runtime_t"
+opts="${network} --hostname ${hostname} --security-opt=label=disable"
147
+# Get around the issue of /tmp being mounted noexec by creating our own tmpfs
148
+opts="${opts} --mount type=tmpfs,destination=/tmp"
149
150
# the identity settings enable secondary groups in the container
151
if [[ ${rhel} == 8 ]] ; then
152
identity="${userns}
153
--annotation run.oci.keep_original_groups=1"
- volumes="${volumes} -v /tmp:/tmp"
154
fi
155
156
# this runtime is also required for secondary groups
0 commit comments