➜ matchlocktesting matchlock ls
ID STATUS IMAGE CREATED PID
➜ matchlocktesting matchlock run --image alpine:latest --rm -it sh
Using cached image alpine:latest
/workspace # exit
Warning: cleanup errors: [machine close: close socket pair: close host-net: file already closed]
➜ matchlocktesting matchlock ls
ID STATUS IMAGE CREATED PID
vm-53273ca6 stopped alpine:latest 2026-02-09 12:00 -
Unless mistaken, one would expect that vm-53273ca6 should be auto-removed on exit due to --rm flag?
Unless mistaken, one would expect that
vm-53273ca6should be auto-removed on exit due to--rmflag?