International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

Docker has different behavior on Windows and Linux #79

Closed alzcurda closed 2 years ago

alzcurda commented 2 years ago

I cloned latest version of test-bed and I found that it works perfectly on Windows, but it doesn't work in Linux (Ubuntu 20.4).

I used latest version of Docker-compose for both OS.

I fixed it by:

version: '3.7' services: omejdn: image: nginx:1.21.6 container_name: omejdn ports:

  • 80:80

The docker version to pull

OMEJDN_VERSION=1.6.0

Your domain (e.g. sso.example.org)

OMEJDN_DOMAIN=omejdn

I hope this can be useful for other people.

jfernandezsqs commented 2 years ago

Hello @alzcurda! I am not facing that issue, however I have seen that you have used Switch__Docker-compose branch. Could you please try it again with the IDS-testbed master branch?

alzcurda commented 2 years ago

I used the master branch.