spring-io / dataflow.spring.io

Microsite for Spring Cloud Data Flow

Home Page:https://dataflow.spring.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose-dood.yml fails to install Docker CLI

adar2 opened this issue · comments

commented

The docker-compose-dood.yml configuration is not installing the Docker CLI as expected. This deviation from the expected behavior is hindering the intended functionality of the Docker Compose setup.

Hi @adar2 - thanks for the report. We have moved the ticket to the Dataflow repo spring-cloud/spring-cloud-dataflow#5582.

Hi @adar2
In order to use the docker compose scripts I would suggest the following:

The current script still requires the docker-compose executable to be present.

./src/docker-compose/dc.sh rabbit mariadb dood

@adar2 The fix has been merged to main. If you use the scripts from src/docker-compose you should be able to have it working.