containerd/vendor/src/github.com/opencontainers/runc/script/tmpmount
Michael Crosby 2db0341e38 Update runc and specs vendor deps
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-03-15 11:19:21 -07:00

4 lines
48 B
Bash
Executable file

#!/bin/bash
mount -t tmpfs none /tmp
exec "$@"