You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by de...@apache.org on 2023/01/13 07:41:30 UTC

[shenyu-website] branch main updated: docs: update docker commands in index.md (#845)

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

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new e3a6b0615cb docs: update docker commands in index.md (#845)
e3a6b0615cb is described below

commit e3a6b0615cb8b96e7cbd5fb6de24f89f7f30a6aa
Author: Bird <af...@gmail.com>
AuthorDate: Fri Jan 13 15:41:24 2023 +0800

    docs: update docker commands in index.md (#845)
    
    Signed-off-by: Bird <af...@gmail.com>
    
    Signed-off-by: Bird <af...@gmail.com>
---
 docs/index.md                                                 | 11 +++++------
 i18n/zh/docusaurus-plugin-content-docs/current/index.md       | 11 +++++------
 i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/index.md | 11 +++++------
 versioned_docs/version-2.5.0/index.md                         | 11 +++++------
 4 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 8d5a4a393b8..c3159f4fca5 100755
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,9 +48,9 @@ ShenYu (神禹) is the honorific name of Chinese ancient monarch Xia Yu (also kn
 ### Run Apache ShenYu Admin
 
 ```
-> docker pull apache/shenyu-admin
-> docker network create shenyu
-> docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
+docker pull apache/shenyu-admin
+docker network create shenyu
+docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
 Default account: **admin** 
@@ -60,9 +60,8 @@ Default password: **123456**
 ### Run Apache ShenYu Bootstrap
 
 ```
-> docker network create shenyu
-> docker pull apache/shenyu-bootstrap
-> docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
+docker pull apache/shenyu-bootstrap
+docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
 ```
 
 ### Set router
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/index.md b/i18n/zh/docusaurus-plugin-content-docs/current/index.md
index ae4c85e7c0f..747a554bb21 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/index.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/index.md
@@ -43,9 +43,9 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的,
 ### 运行 Apache ShenYu Admin
 
 ```
-> docker pull apache/shenyu-admin
-> docker network create shenyu
-> docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
+docker pull apache/shenyu-admin
+docker network create shenyu
+docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
 默认账号: **admin**
@@ -55,9 +55,8 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的,
 ### 运行 Apache ShenYu Bootstrap
 
 ```
-> docker network create shenyu
-> docker pull apache/shenyu-bootstrap
-> docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
+docker pull apache/shenyu-bootstrap
+docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
 ```
 
 ### 路由设置
diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/index.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/index.md
index e1371bfbf07..5ddb8b6428e 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/index.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.5.0/index.md
@@ -43,17 +43,16 @@ description: Apache ShenYu 是一个异步的,高性能的,跨语言的,
 ### 运行 Apache ShenYu Admin
 
 ```
-> docker pull apache/shenyu-admin
-> docker network create shenyu
-> docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
+docker pull apache/shenyu-admin
+docker network create shenyu
+docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
 ### 运行 Apache ShenYu Bootstrap
 
 ```
-> docker network create shenyu
-> docker pull apache/shenyu-bootstrap
-> docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
+docker pull apache/shenyu-bootstrap
+docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
 ```
 
 ### 路由设置
diff --git a/versioned_docs/version-2.5.0/index.md b/versioned_docs/version-2.5.0/index.md
index 64e7ffc9824..791d65a7d68 100644
--- a/versioned_docs/version-2.5.0/index.md
+++ b/versioned_docs/version-2.5.0/index.md
@@ -48,17 +48,16 @@ ShenYu (神禹) is the honorific name of Chinese ancient monarch Xia Yu (also kn
 ### Run Apache ShenYu Admin
 
 ```
-> docker pull apache/shenyu-admin
-> docker network create shenyu
-> docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
+docker pull apache/shenyu-admin
+docker network create shenyu
+docker run -d -p 9095:9095 --net shenyu apache/shenyu-admin
 ```
 
 ### Run Apache ShenYu Bootstrap
 
 ```
-> docker network create shenyu
-> docker pull apache/shenyu-bootstrap
-> docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
+docker pull apache/shenyu-bootstrap
+docker run -d -p 9195:9195 --net shenyu apache/shenyu-bootstrap
 ```
 
 ### Set router