stilleshan/frpc.

更新至 v0.39.0 基于原版 frp 内网穿透客户端 frpc 的一键安装卸载脚本和 docker 镜像.支持群晖NAS,Linux 服务器和 docker 等多种环境安装部署.

481,478 66 amd64 unknown arm unknown arm64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/frpc
Build Time 27 Sep 2025 14:13:14
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 27 Sep 2025 at 14:13:10

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  frpc:
    image: stilleshan/frpc:latest
    container_name: frpc
    restart: no

CLI

docker create \
  --name=frpc \  --restart no \
  stilleshan/frpc:latest