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

5 lines
48 B
Plaintext
Raw Normal View History

2016-06-09 15:44:24 +00:00
#!/bin/bash
mount -t tmpfs none /tmp
exec "$@"