File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
cn/guides/10-deploy/01-deploy/01-non-production
en/guides/10-deploy/01-deploy/01-non-production Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Docker & Local Deployments
3
+ ---
4
+
5
+ import StepsWrap from '@site/src /components/StepsWrap';
6
+ import StepContent from '@site/src /components/Steps/step-content';
7
+
1
8
## 在 Docker 上部署
2
9
3
10
在本指南中,您将使用 [ Docker] ( https://www.docker.com/ ) 在 [ Amazon EC2] ( https://aws.amazon.com/ec2/ ) Ubuntu 虚拟机上部署 Databend 和 [ MinIO] ( https://min.io/ ) 进行容器化设置。
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ title: Docker & Local Deployments
3
3
---
4
4
5
5
import FunctionDescription from '@site/src /components/FunctionDescription';
6
- import GetLatest from '@site/src /components/GetLatest';
7
- import DetailsWrap from '@site/src /components/DetailsWrap';
8
6
import StepsWrap from '@site/src /components/StepsWrap';
9
7
import StepContent from '@site/src /components/Steps/step-content';
10
8
You can’t perform that action at this time.
0 commit comments