We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09971a3 commit b626503Copy full SHA for b626503
includes.container/usr/share/init.d/050-mount-tmp.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+echo "Mounting tmpfs in /tmp"
4
+mount mount -t tmpfs -o nodev,nosuid,mode=1777 tmpfs /tmp
0 commit comments