reg/vendor/github.com/opencontainers/runc/script/tmpmount

5 lines
48 B
Text
Raw Normal View History

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