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 7209d4a3 Update getting_started.md
7209d4a3 is described below
commit 7209d4a370a1a2e3956f97d2c502af6bd6f6535a
Author: serverglen <[email protected]>
AuthorDate: Mon Nov 14 16:59:04 2022 +0800
Update getting_started.md
---
docs/en/getting_started.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/en/getting_started.md b/docs/en/getting_started.md
index b263bb49..f704df91 100644
--- a/docs/en/getting_started.md
+++ b/docs/en/getting_started.md
@@ -16,6 +16,7 @@ brpc depends on following packages:
* [Fedora/CentOS](#fedoracentos)
* [Linux with self-built deps](#linux-with-self-built-deps)
* [MacOS](#macos)
+* [Docker](#docker)
## Ubuntu/LinuxMint/WSL
### Prepare deps
@@ -237,6 +238,19 @@ Note: With same environment, the performance of the MacOS
version is worse than
The code at master HEAD already supports M1 series chips. M2 series are not
tested yet. Please feel free to report remaining warnings/errors to us by
issues.
+## Docker
+Compile brpc with docker:
+
+```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
+```
+
### Prepare deps
Install dependencies:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]