launchfuture/frpc

By launchfuture

Updated 9 months ago

FRP client based on version 0.65.0 / 基于版本 0.65.0 的 FRP 客户端

Image
Networking
1

10K+

launchfuture/frpc repository overview

🧩 FRPC Docker Image

Based on version 0.65.0

Lightweight and easy-to-use FRPC client container.
Supports amd64 and arm64 architectures.


📁 Configuration Mapping

You can map either a single configuration file or an entire configuration directory.

Option 1 – Map configuration file
docker run -d --name frpc \
  -v /path/to/frpc.toml:/app/frp/frpc.toml:ro \
  launchfuture/frpc:latest
Option 2 – Map configuration directory
docker run -d --name frpc \
  -v /path/to:/app/frp \
  launchfuture/frpc:latest

The configuration file must be located at /app/frp/frpc.toml inside the container.


🧠 Notes
  • Based on official FRP v0.65.0 binaries
  • Works on x86_64 (amd64) and ARM64 platforms
  • Image built from scratch (minimal size, static binary)
  • Suitable for lightweight deployments and embedded systems

Tag summary

Content type

Image

Digest

sha256:f2a44c307

Size

6 MB

Last updated

9 months ago

docker pull launchfuture/frpc