➜ matchlocktesting matchlock ls
ID STATUS IMAGE CREATED PID
vm-2b393030 stopped alpine:latest 2026-02-09 12:02 -
➜ matchlocktesting matchlock rm 2b393
Removed 2b393
➜ matchlocktesting matchlock ls
ID STATUS IMAGE CREATED PID
vm-2b393030 stopped alpine:latest 2026-02-09 12:02 -
Not sure if we want to have partial ID matching (like Docker) but at least there shoud be an error if ID is not found and nothing was removed.
Not sure if we want to have partial ID matching (like Docker) but at least there shoud be an error if ID is not found and nothing was removed.