mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
1735ad788f
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 "$@"
|