orbiter/vendor/github.com/opencontainers/runc/script/tmpmount
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

5 lines
48 B
Bash
Executable File

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