Skip to content

Commit

Permalink
[chore](test) Add info about buildKit required with docker-compose (#…
Browse files Browse the repository at this point in the history
…44095)


got error when trying to create docker cluster using private image. 
adding more info so that can help others.
  • Loading branch information
Vallishp authored Nov 28, 2024
1 parent 47a7414 commit 325a67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/runtime/doris-compose/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ docker run hello-world

if have problem with permission denied, then [add-docker-permission](https://docs.docker.com/engine/install/linux-postinstall/).

Make sure BuildKit configured in the machine. if not follow [docker-with-BuildKit](https://docs.docker.com/build/buildkit/).

##### 2. The doris image should contains

```
Expand Down

0 comments on commit 325a67c

Please sign in to comment.