Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowdreamtech/frp
Docker Images for Frp.
https://github.com/snowdreamtech/frp
docker frp
Last synced: 1 day ago
JSON representation
Docker Images for Frp.
- Host: GitHub
- URL: https://github.com/snowdreamtech/frp
- Owner: snowdreamtech
- License: mit
- Created: 2019-06-24T14:29:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:26:07.000Z (15 days ago)
- Last Synced: 2024-10-26T16:46:34.282Z (12 days ago)
- Topics: docker, frp
- Language: Dockerfile
- Homepage: https://github.com/snowdreamtech/frp
- Size: 404 KB
- Stars: 626
- Watchers: 9
- Forks: 102
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frp
[![frps](http://dockeri.co/image/snowdreamtech/frps)](https://hub.docker.com/r/snowdreamtech/frps)
[![frpc](http://dockeri.co/image/snowdreamtech/frpc)](https://hub.docker.com/r/snowdreamtech/frpc)Docker Images for Frp Based on Alpine and Debian.
(amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, mips64le, ppc64le,riscv64, s390x)
### [Documentation](https://gofrp.org/en/)
### [中文文档](https://gofrp.org/zh-cn/docs/)## Usage
### Basic
```bash
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc
```### Alpine
```bash
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:alpine
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:alpine
```### Debian
```bash
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:debian
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:debian
``````bash
docker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:bookworm
docker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:bookworm
```## Quick reference
* Where to file issues:
[https://github.com/snowdreamtech/frp/issues](https://github.com/snowdreamtech/frp/issues)
* Where to join discussions:
[https://github.com/snowdreamtech/frp/discussions](https://github.com/snowdreamtech/frp/discussions)
* Maintained by:
snowdream
* Supported architectures: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
Alpine (linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x)
Debian (linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x)
* Supported Tags:
Alpine:
- latest
- 0.61-alpine3.20
- 0.61.0-alpine3.20
- 0.61-alpine
- 0.61.0-alpine
- alpine3.20
- alpine
- 0.61
- 0.61.0Debian:
- bookworm
- debian
- 0.61-bookworm
- 0.61.0-bookworm
- 0.61-debian
- 0.61.0-debian## Ads
1. [腾讯云](https://cloud.tencent.com/act/cps/redirect?redirect=2446&cps_key=d09c5e921f9fcf4ac9516564262f3b99&from=console)
1. [阿里云](https://www.aliyun.com/minisite/goods?userCode=dbgo15cy)
1. [华为云](https://activity.huaweicloud.com/cps.html?fromacct=7766b6ea-375c-416d-9ca5-bdbef333b645&utm_source=V1g3MDY4NTY=&utm_medium=cps&utm_campaign=201905)
1. [Bandwagonhost/搬瓦工](https://bandwagonhost.com/aff.php?aff=41583)
1. [Vultr](https://www.vultr.com/?ref=7265819)## Contact (备注:frp)
* Email: [email protected]
* QQ: 3217680847
* QQ群: 949022145
* WeChat/微信群: sn0wdr1am## Website
1. [fatedier/frp](https://github.com/fatedier/frp)
1. [snowdreamtech/frp](https://github.com/snowdreamtech/frp)
1. [frpc images on Github](https://github.com/snowdreamtech/frp/pkgs/container/frpc)
1. [frps images on Github](https://github.com/snowdreamtech/frp/pkgs/container/frps)
1. [frpc images on Docker Hub ](https://hub.docker.com/r/snowdreamtech/frpc)
1. [frps images on Docker Hub ](https://hub.docker.com/r/snowdreamtech/frps)## License
MIT
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=snowdreamtech/frp&type=Date)](https://star-history.com/#snowdreamtech/frp&Date)