Skip to content

Commit

Permalink
byzer-org#54, change pic path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengshuaiPENG committed Dec 16, 2021
1 parent ac975a0 commit 7e67e0a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
12 changes: 7 additions & 5 deletions byzer-notebook/en-us/introduction/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,27 @@ Next, we will demonstrate the entire quick installation process through examples
1. Fetch Image

`docker pull allwefantasy/mlsql-sandbox:3.1.1-2.2.0`
![fetch_image](/byzer-notebook/en-us/introduction/images/fetch_sandbox_image.png)

<img src="/byzer-notebook/en-us/introduction/images/fetch_sandbox_image.png" alt="fetch_image"/>

2. Run Container

`docker run -d --name byzer-sandbox -p 9002:9002 -p 9003:9003 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root allwefantasy/mlsql-sandbox:3.1.1-2.2.0`

![run_container](/byzer-notebook/en-us/introduction/images/run_sandbox_container.png)
<img src="/byzer-notebook/en-us/introduction/images/run_sandbox_container.png" alt="run_container"/>

3. Visit in Browser

Visit `http://localhost:9002`

![visit_notebook](/byzer-notebook/en-us/introduction/images/visit_notebook.png)

<img src="/byzer-notebook/en-us/introduction/images/visit_notebook.png" alt="visit_notebook"/>

Enter the account password: admin/admin, and start exploring Byzer Notebook.

![explore_notebook](/byzer-notebook/en-us/introduction/images/explore_notebook_en.png)

<img src="/byzer-notebook/en-us/introduction/images/explore_notebook_en.png" alt="explore_notebook"/>




16 changes: 9 additions & 7 deletions byzer-notebook/zh-cn/introduction/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,26 @@
1. 获取镜像

`docker pull allwefantasy/mlsql-sandbox:3.1.1-2.2.0`
![fetch_image](/byzer-notebook/zh-cn/introduction/images/fetch_sandbox_image.png)

<img src="/byzer-notebook/zh-cn/introduction/images/fetch_sandbox_image.png" alt="fetch_image"/>

2. 运行容器

`docker run -d --name byzer-sandbox -p 9002:9002 -p 9003:9003 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root allwefantasy/mlsql-sandbox:3.1.1-2.2.0`

![run_container](/byzer-notebook/zh-cn/introduction/images/run_sandbox_container.png)

<img src="/byzer-notebook/zh-cn/introduction/images/run_sandbox_container.png" alt="run_container"/>

3. 浏览器访问

访问 `http://localhost:9002`

![visit_notebook](/byzer-notebook/zh-cn/introduction/images/visit_notebook.png)

<img src="/byzer-notebook/zh-cn/introduction/images/visit_notebook.png" alt="visit_notebook"/>


输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。
输入账号密码: `admin/admin`,开始探索 Byzer Notebook 吧。

![explore_notebook](/byzer-notebook/zh-cn/introduction/images/explore_notebook_cn.png)

<img src="/byzer-notebook/zh-cn/introduction/images/explore_notebook_cn.png" alt="explore_notebook"/>


11 changes: 5 additions & 6 deletions kolo-lang/zh-cn/introduction/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,23 @@

`docker pull allwefantasy/mlsql-sandbox:3.1.1-2.2.0`

![fetch_image](/kolo-lang/zh-cn/introduction/images/fetch_sandbox_image.png)
<img src="/kolo-lang/zh-cn/introduction/images/fetch_sandbox_image.png" alt="fetch_image"/>

2. 运行容器

`docker run -d --name byzer-sandbox -p 9002:9002 -p 9003:9003 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root allwefantasy/mlsql-sandbox:3.1.1-2.2.0`

![run_container](/kolo-lang/zh-cn/introduction/images/run_sandbox_container.png)

<img src="/kolo-lang/zh-cn/introduction/images/run_sandbox_container.png" alt="run_container"/>

3. 浏览器访问

访问 `http://localhost:9002`

![visit_notebook](/kolo-lang/zh-cn/introduction/images/visit_notebook.png)

输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。
<img src="/kolo-lang/zh-cn/introduction/images/visit_notebook.png" alt="visit_notebook"/>

![explore_notebook](/kolo-lang/zh-cn/introduction/images/explore_notebook_cn.png)
输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。

<img src="/kolo-lang/zh-cn/introduction/images/explore_notebook_cn.png" alt="explore_notebook"/>


0 comments on commit 7e67e0a

Please sign in to comment.