mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
9e798e26cb
This can be used to specify a different runc binary, for example: sudo -E RUNC=$PWD/runc.mine tests/integration/cwd.bats A different (but compatible enough) runtime also works: sudo -E RUNC=/usr/local/bin/crun tests/integration/cwd.bats Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>