1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/opencontainers/runc/script/tmpmount

4 lines
48 B
Bash
Executable file

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