I am trying to run containers on containerd and runc. But facing the following issue
I have config.json and rootfs in the running directory.
Versions of the tools:
$ sudo ctr containers start .
ctr: filters: parse error: [ >|.|< ]: expected field or quoted: invalid argument: invalid argument
$ sudo ctr -v
ctr github.com/containerd/containerd v1.0.0-beta.0
$ containerd -v
containerd github.com/containerd/containerd v1.0.0-beta.0
$ runc -v
runc version 1.0.0-rc4
spec: 1.0.0
I am trying to run containers on containerd and runc. But facing the following issue
I have
config.jsonandrootfsin the running directory.Versions of the tools: