Update README_zh.md

This commit is contained in:
Gui.H 2021-07-01 11:43:53 +08:00 committed by GitHub
parent 809f6c24a3
commit 28d73e350b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` 即可运行