mirror of
https://github.com/opencontainers/runc.git
synced 2026-02-06 12:45:09 +01: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 "$@"
|