Skip to content
/ frp Public
forked from snowdreamtech/frp

Docker Image packaging for Frp. (amd64, arm32v6, arm32v7, arm64v8, i386)

License

Notifications You must be signed in to change notification settings

chendachao/frp

 
 

Repository files navigation

frp

Docker Image packaging for Frp.

(amd64, arm32v6, arm32v7, arm64v8, i386)

Usage

start frps

docker run --restart=always --network host -d -v /etc/frp/frps.ini:/etc/frp/frps.ini --name frps chendachao/frps
docker run --restart=always --network host -d -v $(pwd)/frps.ini:/etc/frp/frps.ini --name frps chendachao/frps

start frpc

docker run --restart=always --network host -d -v /etc/frp/frpc.ini:/etc/frp/frpc.ini --name frpc chendachao/frpc
docker run --restart=always --network host -d -v $(pwd)/frpc.ini:/etc/frp/frpc.ini --name frpc chendachao/frpc

Quick reference

  • Where to file issues:

https://github.com/chendachao/frp/issues

  • Maintained by:

chendachaochendachao@outlook.com

frpc:

amd64, arm32v6, arm32v7, arm64v8, i386

frps:

amd64, arm32v6, arm32v7, arm64v8, i386

  • Supported Tags:

Frps

Frpc

License

Apache 2.0

About

Docker Image packaging for Frp. (amd64, arm32v6, arm32v7, arm64v8, i386)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 83.5%
  • Shell 16.5%