wireproxy 的非官方 docker 镜像
320
这是我对 wireproxy 的非官方 docker 镜像打包,运行方式为:
docker run -d --name wireproxy -v /path_to_wireguard_profile.conf:/etc/wireproxy/wireproxy.conf --network host wallbreakerno4/wireproxy
docker compose:
services:
wireproxy:
container_name: wireproxy
volumes:
- /path_to_wireguard_profile.conf:/etc/wireproxy/wireproxy.conf
network_mode: host
image: wallbreakerno4/wireproxy
Content type
Image
Digest
sha256:321212d77…
Size
10.8 MB
Last updated
almost 2 years ago
docker pull wallbreakerno4/wireproxy