You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
The need for this feature came around due to iptables not working on emulated amd64 containers, this means that sshuttle won't function. sshuttle uses iptables + nft to configure the tunnel on linux.
After tweaking the dockerfile, I was able to locally build and runnot-a-build-harness as an arm64 container and was able to successfully use sshuttle and iptables commands.
The need for this feature came around due to iptables not working on emulated amd64 containers, this means that sshuttle won't function. sshuttle uses iptables + nft to configure the tunnel on linux.
I was running into this issue:
multiarch/qemu-user-static#191
After tweaking the dockerfile, I was able to locally build and run
not-a-build-harness
as an arm64 container and was able to successfully use sshuttle and iptables commands.docker buildx build --platform linux/arm64/v8,linux/amd64 -t not-a-build-harness:multiarch . --progress plain
The text was updated successfully, but these errors were encountered: