Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'\".\bin\elasticsearch.bat\"' is not recognized as an internal or external command, operable program or batch file. #15

Open
espensuenson opened this issue Jan 3, 2020 · 0 comments

Comments

@espensuenson
Copy link

espensuenson commented Jan 3, 2020

The command

docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch sixeyed/elasticsearch:latest

fails with error

'".\bin\elasticsearch.bat"' is not recognized as an internal or external command,
operable program or batch file.

workaround:

docker container run -p 9200:9200 -p 9300:9300 --name elasticsearch --memory 2G sixeyed/elasticsearch:latest .\bin\elasticsearch.bat

Windows 10 pro
Version 1903
OS build 18362.535

Docker Desktop 2.1.0.5(40693)
Engine: 19.03.5

PSVersion 5.1.18362.145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant