clair/vendor/github.com/opencontainers/runc/script/tmpmount
2016-09-28 15:24:38 +02:00

5 lines
48 B
Bash
Executable File

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