scratch-based dockerization of wireproxy, the "wireguard client that exposes itself as a socks5 proxy"
As the site says:
wireproxy is a completely userspace application that connects to a wireguard peer, and exposes a socks5/http proxy or tunnels on the machine. This can be useful if you need to connect to certain sites via a wireguard peer, but can't be bothered to setup a new network interface for whatever reasons.
This image is built from the latest semantic version tag in the wireproxy repo and uses scratch instead of distroless.
Note: The wireproxy GitHub repo already has an excellent Dockerfile with official wireproxy images on GHCR.
For usage information, see the wireproxy repo.