stilleshan/frps.

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

235,912 34 unknown arm64 amd64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/frps
Build Time 09 Apr 2024 04:04:36
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 09 Apr 2024 at 04:04:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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