elastic / stack-docker

Project no longer maintained.
Apache License 2.0
1.18k stars 448 forks source link

can't open './scripts/setup.sh': No such file or directory #74

Closed SteveDoeve closed 5 years ago

SteveDoeve commented 5 years ago

docker-compose -f setup.yml up, does this work on windows? I did all the steps before as requested.

COMPOSE_CONVERT_WINDOWS_PATHS=1 PWD=/path/to/checkout/for/stack-docke

My path is: /c/Github-repos/stack-docker-master

Doesnt work, when running "docker-compose -f setup.yml up" I still get "setup_1 | cat: can't open './scripts/setup.sh': No such file or directory"

fxdgear commented 5 years ago

@SteveDoeve what version of windows are you using?

SteveDoeve commented 5 years ago

Hello,

I am using windows 10 Professional 64-bit.

Op ma 14 jan. 2019 om 19:30 schreef Nick Lang notifications@github.com:

@SteveDoeve https://github.com/SteveDoeve what version of windows are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/elastic/stack-docker/issues/74#issuecomment-454110582, or mute the thread https://github.com/notifications/unsubscribe-auth/AVbtKDTCFSjCeCKC4_h7_V39QkU9ayLzks5vDMzcgaJpZM4Z-bM- .

SteveDoeve commented 5 years ago

I fixed it probably the PWD environment variable was set at system level not at user.

nbalu commented 5 years ago

I have the same issue though I'm not sure what can go wrong:

image

The variables seems to be fine, the mounting directory is shared in windows.

The mound directory is also fine in the docker setup container.

image

And even in the environments the value gets used.

image

Any idea?

Thanks, Bálint