spring-io / dataflow.spring.io

Microsite for Spring Cloud Data Flow
https://dataflow.spring.io/
Apache License 2.0
41 stars 90 forks source link

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

Closed adar2 closed 9 months ago

adar2 commented 9 months ago

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.

onobc commented 9 months ago

Hi @adar2 - thanks for the report. We have moved the ticket to the Dataflow repo https://github.com/spring-cloud/spring-cloud-dataflow/issues/5582.

corneil commented 9 months ago

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

corneil commented 9 months ago

@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.