bypass4netns icon indicating copy to clipboard operation
bypass4netns copied to clipboard

[Experimental] Accelerates slirp4netns using SECCOMP_IOCTL_NOTIF_ADDFD. As fast as `--net=host`.

Results 21 bypass4netns issues
Sort by recently updated
recently updated
newest added

Bumps the golang-x group with 1 update: [golang.org/x/sys](https://github.com/golang/sys). Updates `golang.org/x/sys` from 0.19.0 to 0.20.0 Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows:...

dependencies
go

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.1 What's Changed Changes fix: use 3-dots syntax for diff on push by @​ldez in golangci/golangci-lint-action#1040 Full Changelog:...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Stuck at `nerdctl exec iperf3-server hostname -i` ![image](https://github.com/rootless-containers/bypass4netns/assets/33079554/e2fd5b9e-cbb7-40d5-a72b-ea06edc35660) It must succeed and `SERVER_IP` returned. ![image](https://github.com/rootless-containers/bypass4netns/assets/33079554/1bc4c2fe-0cf3-4635-b5a6-b74a9f6e6b42)

bug
area/ci

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

bypass4netns handles all sockets in the container NetNS. However, in the nested NetNS environment, it wrongly bypasses sockets in the nested NetNS. It causes the following issues. https://github.com/rootless-containers/bypass4netns/issues/65 https://github.com/rootless-containers/bypass4netns/issues/66 This...

I'm trying to run [Usernetes](https://github.com/rootless-containers/usernetes) (single-node w/o VXLAN, as a baby step) with bypass4netnsd, but kubeadm fails: ```console $ export CONTAINER_ENGINE=nerdctl $ make up $ make kubeadm-init [...] kubelet-start] Starting...

bug

Deploying etcd is hard, so maybe we should just watch Kubernetes services instead. cc @naoki9911

enhancement