diff --git a/byzer-notebook/en-us/introduction/get_started.md b/byzer-notebook/en-us/introduction/get_started.md index c971f06..92e6b83 100644 --- a/byzer-notebook/en-us/introduction/get_started.md +++ b/byzer-notebook/en-us/introduction/get_started.md @@ -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) + + 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) + run_container 3. Visit in Browser Visit `http://localhost:9002` - ![visit_notebook](/byzer-notebook/en-us/introduction/images/visit_notebook.png) + + 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) + explore_notebook + \ No newline at end of file diff --git a/byzer-notebook/zh-cn/introduction/get_started.md b/byzer-notebook/zh-cn/introduction/get_started.md index 3ee66c0..2f10538 100644 --- a/byzer-notebook/zh-cn/introduction/get_started.md +++ b/byzer-notebook/zh-cn/introduction/get_started.md @@ -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) + + 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) - + run_container 3. 浏览器访问 访问 `http://localhost:9002` - ![visit_notebook](/byzer-notebook/zh-cn/introduction/images/visit_notebook.png) + + visit_notebook + - 输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。 + 输入账号密码: `admin/admin`,开始探索 Byzer Notebook 吧。 - ![explore_notebook](/byzer-notebook/zh-cn/introduction/images/explore_notebook_cn.png) + + explore_notebook diff --git a/kolo-lang/zh-cn/introduction/get_started.md b/kolo-lang/zh-cn/introduction/get_started.md index 16b8ed4..ed8f909 100644 --- a/kolo-lang/zh-cn/introduction/get_started.md +++ b/kolo-lang/zh-cn/introduction/get_started.md @@ -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) + 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) - + run_container 3. 浏览器访问 访问 `http://localhost:9002` - ![visit_notebook](/kolo-lang/zh-cn/introduction/images/visit_notebook.png) - 输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。 + visit_notebook - ![explore_notebook](/kolo-lang/zh-cn/introduction/images/explore_notebook_cn.png) + 输入账号密码: admin/admin,开始探索 Byzer Notebook 吧。 + explore_notebook