These are some containers I use to abuse Docker networks.
hostapd: Runs hostapd and can plop
clients onto a Docker bridge.
router_base: Simple NAT that masquerades traffic from one
network to another. Also serves as a base image for more custom router-type
network appliances.
router_openvpn: Builds on router_base to provide an
OpenVPN client that
masquerades a network's traffic.
And these are some one-off containers:
cloudflare_dns_proxy: Proxies incoming DNS
questions to Cloudflare's 1.1.1.1 service over TLS.
reverse_single: HTTP reverse proxy for a single service.