rootless-containers / bypass4netns

[Experimental] Accelerates slirp4netns using SECCOMP_IOCTL_NOTIF_ADDFD. As fast as `--net=host`.
https://medium.com/nttlabs/accelerating-rootless-container-network-29d0e908dda4
Apache License 2.0
126 stars 6 forks source link

Update test scripts and CI after nerdctl v2.0 released #62

Closed naoki9911 closed 5 months ago

naoki9911 commented 5 months ago

https://github.com/containerd/nerdctl/pull/2906

In nerdctl v2, labels not passed through the OCI runtime since nerdctl v2.0, with an exception for nerdctl/bypass4netns. We should migrate to --annotation (--annotation nerdctl/bypass4netns).

AkihiroSuda commented 5 months ago