This is an automated email from the ASF dual-hosted git repository.

serverglen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 6feb13dc Update getting_started.md
6feb13dc is described below

commit 6feb13dc577c8080fe74f211eead4ac03d679500
Author: serverglen <[email protected]>
AuthorDate: Mon Nov 14 16:57:35 2022 +0800

    Update getting_started.md
---
 docs/cn/getting_started.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/docs/cn/getting_started.md b/docs/cn/getting_started.md
index 3afdb560..d841cbcd 100644
--- a/docs/cn/getting_started.md
+++ b/docs/cn/getting_started.md
@@ -16,6 +16,7 @@ brpc有如下依赖:
 * [Fedora/CentOS](#fedoracentos)
 * [自己构建依赖的Linux](#自己构建依赖的Linux)
 * [MacOS](#macos)
+* [docker][#docker]
 
 ## Ubuntu/LinuxMint/WSL
 ### 依赖准备
@@ -296,6 +297,19 @@ $ sh run_tests.sh
 ### 使用cmake编译brpc
 参考[这里](#使用cmake编译brpc)
 
+## Docker
+使用docker 编译brpc:
+
+```shell
+$ mkdir -p ~/brpc
+$ cd ~/brpc
+$ git clone https://github.com/apache/incubator-brpc.git
+$ cd incubator-brpc
+$ docker build -t brpc:master .
+$ docker images
+$ docker run -it brpc:master /bin/bash
+```
+
 # 支持的依赖
 
 ## GCC: 4.8-11.2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to