eclipse-thingweb / test-things

Collection of Things that can be used for testing different IoT protocols, security mechanisms and interaction styles
https://thingweb.io
Other
4 stars 2 forks source link

docker-compose up not working as expected #20

Closed danielpeintner closed 8 months ago

danielpeintner commented 8 months ago

I tried on Windows to run docker-compose up as described here.

Anyhow, it fails with the following errors.

image

egekorkan commented 8 months ago

Do other docker images run? E.g. docker run hello-world

danielpeintner commented 8 months ago

Do other docker images run? E.g. docker run hello-world

Yes!

image

danielpeintner commented 8 months ago

Maybe related to https://github.com/docker/compose/issues/11421 I am on v4.27.1

danielpeintner commented 8 months ago

downgrading docker desktop to 4.26.1 fixes the issue.