mirror of
https://github.com/opencontainers/runc.git
synced 2025-04-18 19:44:09 +03:00
It just mounts /tmp into tmpfs. We need this because criu tests has problems on overlayfs. Signed-off-by: Alexander Morozov <lk4d4@docker.com>
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mount -t tmpfs none /tmp
|
|
exec "$@"
|