c3d / ociplex

An OCI runtime multiplexer
0 stars 0 forks source link

Error `code: UNIMPLEMENTED` #12

Open c3d opened 1 year ago

c3d commented 1 year ago

Running _ podman --log-level=debug --runtime $PWD/run-kata run -it fedora bash

Error: rpc status: Status { code: UNIMPLEMENTED, message: "service containerd.task.v2.Task", details: [], special_fields: SpecialFields { unknown_fields: UnknownFields { fields: None }, cached_size: CachedSize { size: 0 } } }

This one is coming directly from ociplex I believe. So we are making progress.