mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
Update README_zh.md
This commit is contained in:
parent
809f6c24a3
commit
28d73e350b
14
README_zh.md
14
README_zh.md
|
@ -4,7 +4,6 @@
|
|||
|
||||
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
|
||||
[![Build status](https://github.com/anjoy8/blog.core/workflows/.NET%20Core/badge.svg)](https://github.com/SpringHgui/FastTunnel/actions)
|
||||
[![CircleCI](https://circleci.com/gh/SpringHgui/FastTunnel.svg?style=svg)](https://circleci.com/gh/SpringHgui/FastTunnel)
|
||||
[![Nuget](https://img.shields.io/nuget/v/FastTunnel.Core)](https://www.nuget.org/packages/FastTunnel.Core/)
|
||||
[![Nuget](https://img.shields.io/nuget/dt/FastTunnel.Core)](https://www.nuget.org/packages/FastTunnel.Core/)
|
||||
|
||||
|
@ -47,6 +46,19 @@ Gitee: [FastTunnel](https://gitee.com/Hgui/FastTunnel)
|
|||
3. 服务端运行FastTunnel.Server
|
||||
4. 客户端运行FastTunnel.Cient
|
||||
|
||||
## 使用Docker安装
|
||||
配置文件和日志文件通过volume挂载,如果之前运行过本镜像,docker可能不会更新至最新的镜像,请手动删除已存在的镜像,然后执行以下命令
|
||||
|
||||
```
|
||||
docker run --detach \
|
||||
--publish 1270:1270 --publish 1271:1271 \
|
||||
--name FastTunnel \
|
||||
--restart always \
|
||||
--volume /var/FastTunnel/config:/app/config \
|
||||
--volume /var/FastTunnel/Logs:/app/Logs \
|
||||
springhgui/fasttunnel:latest
|
||||
```
|
||||
|
||||
## 如何在 Linux/Mac系统运行?
|
||||
#### Windows
|
||||
直接双击 `FastTunnel.Client.exe` 即可运行
|
||||
|
|
Loading…
Reference in New Issue
Block a user