tunnel (latest)
Published 2025-12-24 08:52:19 +00:00 by carlos
Installation
docker pull code.as210469.net/nubulusnetworkopensource/tunnel:latestsha256:e6916c0630c51fc855222f6cba3cfe8a4f530eb8c57feefa6ed933fc2028f476Image layers
| ADD alpine-minirootfs-3.23.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache wireguard-tools iptables bind-tools iproute2 caddy curl # buildkit |
| RUN /bin/sh -c mkdir -p /etc/wireguard /etc/caddy # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENV LISTEN_PORT=8080 UPSTREAM_PORT=80 WG_KEEPALIVE=25 |
| ENTRYPOINT ["/entrypoint.sh"] |