Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/deployment/build-based-on-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloud
docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloudberry:cbdb-build-rocky9-latest
```
</TabItem>
<TabItem value="ubuntu-22" label="Ubuntu 20.04">
:::note
The official Docker development image for Apache Cloudberry is still in development. Coming soon.
:::
<TabItem value="ubuntu-22" label="Ubuntu 22.04">
```bash
docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloudberry:cbdb-build-ubuntu22.04-latest
```
</TabItem>
</Tabs>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloud
docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloudberry:cbdb-build-rocky9-latest
```
</TabItem>
<TabItem value="ubuntu-22" label="Ubuntu 20.04">
:::note
The official Docker development image for Apache Cloudberry is still in development. Coming soon.
:::
<TabItem value="ubuntu-22" label="Ubuntu 22.04">
```bash
docker run --name cbdb-dev -it --rm -h cdw --shm-size=2gb apache/incubator-cloudberry:cbdb-build-ubuntu22.04-latest
```
</TabItem>
</Tabs>

Expand Down