diff --git a/install/docker/README.md b/install/docker/README.md index e3e1208e..8a56c2c6 100644 --- a/install/docker/README.md +++ b/install/docker/README.md @@ -20,7 +20,7 @@ mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'admin' WITH GRAN mysql> flush privileges; ``` -镜像构建(可忽略) +## 镜像构建(可忽略) ``` 构建基础镜像(包含基础环境) @@ -33,7 +33,7 @@ docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01 docker build -t ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01 -f install/docker/dockerFrontend/Dockerfile . ``` -镜像拉取(如果你不参与开发可以直接使用线上镜像) +## 镜像拉取(如果你不参与开发可以直接使用线上镜像) ``` docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:2022.09.01 docker pull ccr.ccs.tencentyun.com/cube-studio/kubeflow-dashboard:frontend-2022.09.01 @@ -51,7 +51,7 @@ image:刚才构建的镜像 MYSQL_SERVICE:mysql的地址 -1) build fore +1) build frontend ``` STAGE: 'build' docker-compose -f docker-compose.yml up