Description
Steps to Reproduce
➜ matchlocktesting ls
1file.txt
➜ matchlocktesting matchlock run --image alpine:latest --rm -v ./1file.txt:/workspace/1file.txt -it sh
➜ matchlocktesting
Expected Behaviour
Single file mounting works. This is useful for things like $SSH_AUTH_SOCK (forwarding host's SSH agent to guest).
Actual Behaviour
Match lock just exits silently (with exit code though but wasn't immediately obvious).
Environment
- OS: macOS 15.7.3
- Architecture: arm64
- Matchlock version: 0.1.12
Description
Steps to Reproduce
Expected Behaviour
Single file mounting works. This is useful for things like $SSH_AUTH_SOCK (forwarding host's SSH agent to guest).
Actual Behaviour
Match lock just exits silently (with exit code though but wasn't immediately obvious).
Environment