containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
8.22k stars 612 forks source link

`--net=host` prints `WARN[0000] failed to clean up container networking: [...] meta.json: no such file or directory` on exit #3648

Open AkihiroSuda opened 3 weeks ago

AkihiroSuda commented 3 weeks ago
$ sudo nerdctl --version
nerdctl version 2.0.0

$ sudo nerdctl run --rm --net=host alpine true
WARN[0000] failed to clean up container networking: "2579164adb52b32e58c4d3aabf0dd2c1b71e68f7f2eebb38dc179d908063026d"  error="hosts-store error\nnot found\nstat /var/lib/nerdctl/1935db59/etchosts/default/2579164adb52b32e58c4d3aabf0dd2c1b71e68f7f2eebb38dc179d908063026d/meta.json: no such file or directory"
Yussaffi commented 3 weeks ago

/assign