A very useful docker image of repo fatedier/frp
169
Frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet.
Include the fp-multiuser plugin in this image, you can run it via a specific --entrypoint.
To see more about it please visit to https://github.com/fatedier/frp.
docker run -itd theanony/frp:0.60.0
docker run -itd --entrypoint ./frps theanony/frp:0.60.0 -c frps.toml
docker run -itd -v ./frpc.toml:/frp/config.toml:ro theanony/frp:0.60.0
docker run -itd --entrypoint ./frps -v ./frps.toml:/frp/config.toml:ro theanony/frp:0.60.0 -c config.toml
docker run -itd --entrypoint ./fp-multiuser -v ./tokens:/frp/tokens:ro theanony/frp:0.60.0 -l 0.0.0.0:7200 -f tokens
Content type
Image
Digest
sha256:7cb90d855…
Size
19.6 MB
Last updated
about 2 years ago
docker pull theanony/frp:0.60.0